chore(gh-actions-deps): update python-semantic-release/python-semantic-release action to v9.14.0 in all dependant reusable workflows #225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v9.9.0
->v9.14.0
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
v9.14.0
Compare Source
Bug Fixes
(
99ab99b
)Documentation
changelog-templates: Document new
mask_initial_release
changelog context variable(
f294957
)configuration: Document new
mask_initial_release
option usage & effect(
3cabcdc
)homepage: Fix reference to new ci workflow for test status badge
(
6760069
)Features
context: Add
mask_initial_release
setting to changelog context(
6f2ee39
)configuration: Add
changelog.default_templates.mask_initial_release
option(
595a70b
)release-notes: Define first release w/o change descriptions in default template
(
83167a3
)changelog: Define first release w/o change descriptions for default RST template
(
e30c94b
)changelog: Define first release w/o change descriptions for default MD template
(
fa89dec
)changelog: Add md to rst conversion for markdown inline links
(
cb2af1f
)changelog-md: Add markdown inline link format macro
(
c6d8211
)changelogs: Prefix scopes on commit descriptions in default template
(#1093,
560fd2c
)test(changelog): update default changelog unit tests to handle commit scope
test(release-notes): update default release notes unit tests to handle commit scope
test(fixtures): update changelog generator fixture to handle scope additions
test(cmd-version): update implementation for test resiliency
feat(changelog-md): prefix scopes on commit descriptions in Markdown changelog template
feat(changelog-rst): prefix scopes on commit descriptions in ReStructuredText template
v9.13.0
Compare Source
Bug Fixes
changelog-rst: Ignore unknown parsed commit types in default RST changelog
(
77609b1
)parser-angular: Drop the
breaking
category but still maintain a major level bump(
f1ffa54
)parsers: Improve reliability of text unwordwrap of descriptions
(
436374b
)Documentation
changelog-templates: Fix api class reference links
(
7a5bdf2
)changelog-templates: Add
linked_merge_request
field to examples(
d4376bc
)commit-parsing: Add
linked_merge_request
field to Parsed Commit definition(
ca61889
)Features
(
5f018d6
)Resolves: #924, #953
(
cd8d131
)Resolves: #924, #953
parser-scipy: Automatically parse PR/MR numbers from subject lines in commits
(
2b3f738
)parser-emoji: Automatically parse PR/MR numbers from subject lines in commits
(
bca9909
)parser-angular: Automatically parse PR/MR numbers from subject lines in commits
(
2ac798f
)parsed-commit: Add linked merge requests list to the
ParsedCommit
object(
9a91062
)Performance Improvements
parser-scipy: Increase speed & decrease complexity of commit parsing
(
2b661ed
)parser-emoji: Increase speed of commit parsing
(
2c9c468
)parser-angular: Simplify commit parsing type pre-calculation
(
a86a28c
)v9.12.2
Compare Source
Bug Fixes
(#1089,
275ec88
)fix(github): fix
issue_url
filter to ignore an issue prefix gracefullyfix(github): fix
pull_request_url
filter to ignore an PR prefix gracefullyfix(gitlab): fix
issue_url
filter to ignore an issue prefix gracefullyfix(gitlab): fix
merge_request_url
filter to ignore an PR prefix gracefullyfix(gitea): fix
issue_url
filter to ignore an issue prefix gracefullyfix(gitea): fix
pull_request_url
filter to ignore an PR prefix gracefullyfix(bitbucket): fix
pull_request_url
filter to ignore an PR prefix gracefullytest(bitbucket): add test case for prefixed PR numbers
test(gitea): add test case for prefixed PR & issue numbers
test(gitlab): add test case for prefixed PR & issue numbers
test(github): add test case for prefixed PR & issue numbers
style(hvcs): fix logical lint errors
docs(changelog-templates): update descriptions of issue & MR/PR url jinja filters
(#1088,
13ca44f
)v9.12.1
Compare Source
Bug Fixes
cmd-version: Fix
--as-prerelease
when no commit change from last full release(#1076,
3b7b772
)changelog: Fix raw-inline pattern replacement in
convert_md_to_rst
filter(
2dc70a6
)release-notes: Add context variable shorthand
ctx
like docs claim & changelog has(
d618d83
)Documentation
(
74f03d4
)v9.12.0
Compare Source
Bug Fixes
parser-emoji: Enable the default bump level option
(
bc27995
)changelog: Ignore commit exclusion when a commit causes a version bump
(
e8f886e
)parser-angular: Change
Fixes
commit type heading toBug Fixes
(#1064,
09e3a4d
)test(fixtures): update expected changelog heading to
Bug Fixes
test(unit): update expected changelog heading to
Bug Fixes
Documentation
configuration: Add deprecation message for the tag parser
(
a83b7e4
)commit-parsers: Add deprecation message for the tag parser
(
af94540
)Features
autofit_text_width
filter to template environment(#1062,
83e4b86
)This change adds an equivalent style formatter that can apply a text alignment to a maximum width
and also maintain an indent over paragraphs of text
docs(changelog-templates): add definition & usage of
autofit_text_width
template filtertest(changelog-context): add test cases to check
autofit_text_width
filter usev9.11.1
Compare Source
Bug Fixes
(#1060,
a7614b0
)v9.11.0
Compare Source
Features
(#1055,
c2e8831
)test(fixtures): update repo generation to create rst & md changelogs
test(release-history): refactor fragile test to utilize repo fixture definitions
test(changelog-cmd): update tests to evaluate rst changelog generation & updates
test(version-cmd): update tests to evaluate rst changelog generation & updates
test(version-cmd): update test code to match new commit definition functions
test(config): add test to validate
insertion_flag
default determinationfeat(changelog): add
convert_md_to_rst
filter to changelog environmentfeat(changelog): add default changelog in re-structured text format
This change adds the templates to create an equivalent CHANGELOG.RST file in angular changelog
style. It can be enabled via the
output_format
configuration setting.Resolves: #399
Resolves: #399
feat(config): enable default
changelog.insertion_flag
based on output formatrefactor(config): move
changelog_file
setting underchangelog.default_templates
This change adds a secondary
changelog_file
setting under the default_templates section whiledeprecating the top level one. Since this is not intended to be a breaking change we provided a
warning message and compatibility code to pass along the current
changelog_file
value to the newsetting location while giving the user a notification to update before the next version.
fix(changelog): correct spacing for default markdown template during updates
docs(configuration): update details of
insertion_flag
's dynamic defaults with rstdocs(configuration): update
output_format
description for reStructuredText supportdocs(configuration): update
changelog_file
with deprecation notice of setting relocationdocs(changelog): clarify the
convert_md_to_rst
filter added to the template environmentdocs(changelog): increase detail about configuration options of default changelog creation
v9.10.1
Compare Source
Bug Fixes
(#1054,
4d12251
)prevents stacktrace error when user provided regex for a branch name match is invalid. Translates
most common failure of a plain wildcard
*
character to the implied proper regexv9.10.0
Compare Source
Documentation
(
14f04df
)Features
(#1045,
c18c245
)read_file
function to changelog template contextThis feature adds a filter that will enable jinja templates to read a file from the repository into
memory to then use as output within the template. The primary use for this is to read in a
previous changelog file which then the template can give the illusion of insertion as it re-writes
the entire file.
changelog_mode
to changelog template contextAdds a flag that can be passed to the templating environment to allow for triggering an update mode
of a changelog versions an initialization mode. The usage is up to the template developer but for
PSR it is used to handle changelog generation vs changelog updating.
prev_changelog_file
to changelog template contextThis adds a string that represents a filename to a previous changelog file which can be read from
inside the template context. The primary use is for enabling the updating of a changelog through
jinja templating.
changelog_insertion_flag
to changelog template contextThis adds a customizable string to the jinja templating context which allows users to use the PSR
configuration to pass a custom insertion flag into the templating context. This is intended for
use with initializing a changelog and then updating it from that point forward.
feat(changelog): add shorthand
ctx
variable to changelog template envrefactor(changelog): change recursive render to not use file streaming
It would be nice to maintain file streaming for better memory usage but it prevents the ability to
read the file contents previously from within the template which is a desire in order to insert
into a previous changelog. In this case, the memory usage is likely not a problem for large text
files.
Since this project is generally rendering non-html content such as RST or MD, change the default of
the jinja autoescape parameter to false instead of true. When it was true, it would automatically
convert any
&
ampersands to its htmlentity equivalent&
which is completely unnecessaryand unreadable in non-html documents.
docs(configuration): update
changelog.environment.autoescape
default tofalse
to match codedocs(configuration): standardize all true/false to lowercase ensuring toml-compatibility
feat(config): add
changelog.mode
as configuration optionfeat(config): add
changelog.insertion_flag
as configuration optionrefactor(config): use
changelog.changelog_file
as previous changelog file for target for updatestyle(config): alphabetize changelog configuration options
docs(configuration): add
changelog.mode
andchangelog.insertion_flag
config definitionsfix(changelog): adjust angular heading names for readability
feat(changelog): modify changelog template to support changelog updates
By popular demand, the desire to only prepend new information to the changelog is now possible given
the
changelog.mode = update
configuration option.Resolves: #858, #722
refactor(errors): add new generic internal error for tragic improbable flaws
fix(changelog): ensure changelog templates can handle complex directory includes
feat(config): add
changelog.default_templates.output_format
config optionfix(changelog): only render user templates when files exist
This change ensures that we will use our default even when the user only overrides the release notes
template. It also must have jinja templates in the folder otherwise we will render the default
changelog.
refactor(changelog): enable default changelog rendering of multiple template parts
refactor(changelog): change rendering of default release notes to new template structure
refactor(context): use pathlib instead of context manager to read file
test(fixtures): update changelog generator format & angular heading names
test(angular): adjust test of commit type to section header
test(changelog): update make changelog context function call
test(release-notes): update test related to release notes generation
test(fixtures): add processing to filter out repo definitions for partial changelogs
test(fixtures): update repo generators to update changelogs w/ every version
test(fixtures): slow down repo generators to prevent git failures from same timestamps
test(fixtures): update changelog generator to include insertion flag
refactor(changelog): fix template to handle update when no releases exist
refactor(changelog): adjust template to use improved release object
refactor(changelog): improve resilence & non-existant initial changelog
style(changelog-templates): maintain 2-spaces indentation throughout jinja templates
refactor(changelog): ensure cross-platform template includes with jinja compatibility
test(changelog-cmd): add tests to evaluate variations of the changelog update mode
test(version-cmd): add tests to evaluate variations of the changelog update mode
refactor(release-notes): normalize line endings to universal newlines & always end with newline
refactor(changelog): ensure default changelog renders w/ universal newlines & writes as
os-specific
test(changelog): update changelog testing implementation to be newline aware
test: update tests to use cross-platform newlines where appropriate
docs(changelog-templates): improve detail & describe new
changelog.mode="update"
docs(configuration): mark version of configuration setting introduction
docs(homepage): update custom changelog reference
refactor(changelog): adjust read_file filter to read file as os-newline aware
refactor(changelog): apply forced universal newline normalizer on default changelog
test(changelog): adjust implementation to consistently work on windows
test(version): adjust implementation to consistently work on windows
refactor(changelog-template): only add insertion flag if in update mode
test(changelog): adjust test to handle changelog regeneration in init mode
refactor(changelog-templates): adjust init template to clean up extra newlines
test(changelog): adjust expected output after cleaned up newlines
docs(configuration): define the new
changelog.default_templates.output_format
optionbuild
directive to toggle the--skip-build
option(#1044,
26597e2
)docs(commands): update definition of the version commands
--skip-build
optiondocs(github-actions): add description of the
build
input directiveConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.