Python Semantic Release
Version updated for python-semantic-release/python-semantic-release to version v9.11.0.
- This action is used across all versions by 3,678 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
v9.11.0 (2024-10-12)
Features
feat(changelog): add default changelog template in reStructuredText format (#1055)
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
feat(config): enable target changelog filename to trigger RST output format
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 while deprecating 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 currentchangelog_file
value to the new setting 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 (
c2e8831
)