Closed renovate[bot] closed 1 month ago
This pull request updates the python-semantic-release/python-semantic-release action from version v9.10.1 to v9.11.0 in the CI workflow. The update is a minor version bump, introducing new features and improvements to the changelog generation process, particularly adding support for reStructuredText format.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update python-semantic-release action version |
|
.github/workflows/ci.yml |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.72%. Comparing base (
508071e
) to head (2fa14ba
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v9.10.1
->v9.11.0
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
### [`v9.11.0`](https://redirect.github.com/python-semantic-release/python-semantic-release/blob/HEAD/CHANGELOG.md#v9110-2024-10-12) [Compare Source](https://redirect.github.com/python-semantic-release/python-semantic-release/compare/v9.10.1...v9.11.0) ##### Features - feat(changelog): add default changelog template in reStructuredText format ([#1055](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/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 determination - feat(changelog): add `convert_md_to_rst` filter to changelog environment - feat(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](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/399) - feat(config): enable target changelog filename to trigger RST output format Resolves: [#399](https://redirect.github.com/python-semantic-release/python-semantic-release/issues/399) - feat(config): enable default `changelog.insertion_flag` based on output format - refactor(config): move `changelog_file` setting under `changelog.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 current `changelog_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 rst - docs(configuration): update `output_format` description for reStructuredText support - docs(configuration): update `changelog_file` with deprecation notice of setting relocation - docs(changelog): clarify the `convert_md_to_rst` filter added to the template environment - docs(changelog): increase detail about configuration options of default changelog creation ([`c2e8831`](https://redirect.github.com/python-semantic-release/python-semantic-release/commit/c2e883104d3c11e56f229638e988d8b571f86e34))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.