fix(deps): update python-semantic-release/python-semantic-release action to v9.8.7 #127
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.8.6
->v9.8.7
Release Notes
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
v9.8.7
Compare Source
Documentation
docs: use pinned version for GHA examples (#1004)
docs(github-actions): use pinned version for GHA examples
Fixes #1003
chore(scripts): add auto version bump to non dynamic docs text (i.e. code snippets)
docs(github-actions): adjust formatting & version warning in code snippets
style(docs-github-actions): adjust formatting for readability
Co-authored-by: codejedi365 <codejedi365@gmail.com> (
5fdf761
)docs(configuration): fix build_command_env table rendering (#996) (
a5eff0b
)docs(changelog): clarify description of the default changelog generation process (
399fa65
)docs(configuration): clarify
changelog_file
vstemplate_dir
option usageProvided additional description that warns about the mutually-exclusive nature of
the
changelog_file
option and thetemplate_dir
option.Resolves: #983 (
a7199c8
)Fix
fix: provide
context.history
global in release notes templates (#1005)fix(release-notes): provide
context.history
global in release note templatesTemporarily return the
context.history
variable to release notes generationas many users are using it in their release documentation. It was never intended
to be provided and will be removed in the future.
context was removed in
v9.8.3
during a refactor and condensing of changelogand release notes functionality.
Resolves: #984
fix(release-notes): fix noop-changelog to print raw release notes
Some markdown sequences can be interpreted as ansi escape sequences which dilute
debugging of release note templates by the user. This change ensures the raw
content is displayed to the console as expected. (
5bd91b4
)Configuration
📅 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 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 has been generated by Renovate Bot.