chore(deps): update python-semantic-release/python-semantic-release action to v9.19.1 #813
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.17.0
->v9.19.1
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
v9.19.1
Compare Source
====================
🪲 Bug Fixes
changelog: Standardize heading format for across all version sections (
PR#1182
,81f9e80
)changelog-md: Standardize heading format for extra release information (
PR#1182
,81f9e80
)changelog-rst: Standardize heading format for extra release information (
PR#1182
,81f9e80
)config: Handle invalid
commit_parser
type gracefully (PR#1180
,903c8ba
)release-notes: Standardize heading format for extra release information (
PR#1182
,81f9e80
)📖 Documentation
Fix spelling errors & inaccurate descriptions (
55d4a05
_)automatic-releases: Declutter the table of contents for automatic release guides (
e8343ee
_)commit-parsing: Update reference to section name of additional release info (
PR#1182
,81f9e80
).. _55d4a05: python-semantic-release/python-semantic-release@55d4a05
.. _81f9e80: python-semantic-release/python-semantic-release@81f9e80
.. _903c8ba: python-semantic-release/python-semantic-release@903c8ba
.. _e8343ee: python-semantic-release/python-semantic-release@e8343ee
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1180/1180
.. _PR#https://github.com/python-semantic-release/python-semantic-release/pull/1182l/1182
.. _changelog-v9.19.0:
v9.19.0
Compare Source
====================
✨ Features
conventional-commits
parser (PR#1177
,27ddf84
)📖 Documentation
PR#1177
,27ddf84
)💡 ADDITIONAL RELEASE INFORMATION
the official conventional-commits standard for which the 'angular' parser has evolved into. Please
update your configurations to specify 'conventional' as the 'commit_parser' value in place of
'angular'. The 'angular' type will be removed in v11.
.. _27ddf84: python-semantic-release/python-semantic-release@27ddf84
.. _PR#1177https://github.com/python-semantic-release/python-semantic-release/pull/117777
.. _changelog-v9.18.1:
v9.18.1
Compare Source
====================
🪲 Bug Fixes
#1074
,#1169
(PR#1173
,37db258
).. _#1074:https://github.com/python-semantic-release/python-semantic-release/issues/10744
.. _#1169https://github.com/python-semantic-release/python-semantic-release/issues/116969
.. _37db258: python-semantic-release/python-semantic-release@37db258
.. _PR#11https://github.com/python-semantic-release/python-semantic-release/pull/11731173
.. _changelog-v9.18.0:
v9.18.0
Compare Source
====================
✨ Features
Add
create_release_url
&format_w_official_vcs_name
filters (PR#1161
,f853cf0
)changelog: Add
create_pypi_url
filter to jinja template render context (PR#1160
,45d49c3
)changelog: Add additional release info to changeling from commit
NOTICE
's (PR#1166
,834ce32
)changelog-md: Add additional release info section to default markdown template, closes
#223
_(
PR#1166
,834ce32
)changelog-rst: Add additional release info section to default ReStructuredText template,
closes
#223
_ (PR#1166
,834ce32
)commit-parser: Enable parsers to identify additional release notices from commit msgs
(
PR#1166
,834ce32
)parser-angular: Add a
ignore_merge_commits
option to discard parsing merge commits(
PR#1164
,463e43b
)parser-angular: Add functionality to parse out
NOTICE:
prefixed statements in commits,closes
#223
_ (PR#1166
,834ce32
)parser-emoji: Add a
ignore_merge_commits
option to discard parsing merge commits(
PR#1164
,463e43b
)parser-emoji: Add functionality to parse out
NOTICE:
prefixed statements in commits,closes
#223
_ (PR#1166
,834ce32
)parsers: Add option
ignore_merge_commits
to discard parsing merge commits (PR#1164
,463e43b
)release-notes: Add license information to default release notes template, closes
#228
_(
PR#1167
,41172c1
)vcs-bitbucket: Add
format_w_official_vcs_name
filter function (PR#1161
,f853cf0
)vcs-gitea: Add
create_release_url
&format_w_official_vcs_name
filter functions(
PR#1161
,f853cf0
)vcs-github: Add
create_release_url
&format_w_official_vcs_name
filter functions(
PR#1161
,f853cf0
)vcs-gitlab: Add
create_release_url
&format_w_official_vcs_name
filter functions(
PR#1161
,f853cf0
)🪲 Bug Fixes
Refactor parsing compatibility function to support older custom parsers (
PR#1165
,cf340c5
)changelog: Fix parsing compatibility w/ custom parsers, closes
#1162
_ (PR#1165
,cf340c5
)changelog-templates: Adjust default templates to avoid empty version sections (
PR#1164
,463e43b
)parser-angular: Adjust parser to prevent empty message extractions (
PR#1166
,834ce32
)parser-emoji: Adjust parser to prevent empty message extractions (
PR#1166
,834ce32
)version: Fix parsing compatibility w/ custom parsers, closes
#1162
_ (PR#1165
,cf340c5
)📖 Documentation
changelog: Add formatted changelog into hosted documentation (
PR#1155
,2f18a6d
)changelog-templates: Add description for new
create_pypi_url
filter function (PR#1160
,45d49c3
)changelog-templates: Add details about license specification in the release notes (
PR#1167
,41172c1
)changelog-templates: Define
create_release_url
&format_w_official_vcs_name
filters(
PR#1161
,f853cf0
)changelog-templates: Document special separate sections of commit descriptions (
ebb4c67
_)commit-parsing: Document new release notice footer detection feature of built-in parsers
(
cd14e92
_).. _#1162:https://github.com/python-semantic-release/python-semantic-release/issues/11622
.. _#223https://github.com/python-semantic-release/python-semantic-release/issues/22323
.. _#22https://github.com/python-semantic-release/python-semantic-release/issues/228228
.. _2f18a6d: python-semantic-release/python-semantic-release@2f18a6d
.. _41172c1: python-semantic-release/python-semantic-release@41172c1
.. _45d49c3: python-semantic-release/python-semantic-release@45d49c3
.. _463e43b: python-semantic-release/python-semantic-release@463e43b
.. _834ce32: python-semantic-release/python-semantic-release@834ce32
.. _cd14e92: python-semantic-release/python-semantic-release@cd14e92
.. _cf340c5: python-semantic-release/python-semantic-release@cf340c5
.. _ebb4c67: python-semantic-release/python-semantic-release@ebb4c67
.. _f853cf0: python-semantic-release/python-semantic-release@f853cf0
.https://github.com/python-semantic-release/python-semantic-release/pull/1155ase/pull/1155
https://github.com/python-semantic-release/python-semantic-release/pull/1160ease/pull/1160https://github.com/python-semantic-release/python-semantic-release/pull/1161lease/pull/116https://github.com/python-semantic-release/python-semantic-release/pull/1164elease/pull/11https://github.com/python-semantic-release/python-semantic-release/pull/1165release/pull/1https://github.com/python-semantic-release/python-semantic-release/pull/1166-release/pull/https://github.com/python-semantic-release/python-semantic-release/pull/1167c-release/pull/1167
.. _changelog-v9.17.0:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.