⬆ Bump python-semantic-release from 9.8.5 to 9.8.7
Bumps python-semantic-release from 9.8.5 to 9.8.7.
Release notes
Sourced from python-semantic-release's releases.
v9.8.7 (2024-08-20)
Fixes
Provide
context.historyglobal in release notes templates (#1005,5bd91b4)release-notes: provide
context.historyglobal in release note templates (5bd91b4)release-notes: fix noop-changelog to print raw release notes (
5bd91b4)Documentation
changelog: clarify description of the default changelog generation process (
399fa65)configuration: clarify
changelog_filevstemplate_diroption usage (a7199c8)configuration: fix build_command_env table rendering (#996,
a5eff0b)github-actions: adjust formatting & version warning in code snippets (
5fdf761)github-actions: use pinned version for GHA examples (
5fdf761)Issues Resolved
#983: When template folder is present, changelog_file is ignored
#984: jinja2.exceptions.UndefinedError: 'context' is undefined
#1003: pinning GHA workflow
Detailed Changes: https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.6...v9.8.7
v9.8.6 (2024-07-20)
Fixes
Documentation
- configuration: correct GHA parameter name for commit email (#981)
Detailed Changes: https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.5...v9.8.6
Changelog
Sourced from python-semantic-release's changelog.
v9.8.7 (2024-08-20)
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 <[email protected]> (
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_filevstemplate_diroption usageProvided additional description that warns about the mutually-exclusive nature of the
changelog_fileoption and thetemplate_diroption.Fix
fix: provide
context.historyglobal in release notes templates (#1005)fix(release-notes): provide
context.historyglobal in release note templatesTemporarily return the
context.historyvariable to release notes generation as 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.3during a refactor and condensing of changelog and 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
... (truncated)
Commits
708671d9.8.75bd91b4fix: providecontext.historyglobal in release notes templates (#1005)f45d60dstyle: beautify 5fdf7614c036a77ffb051cd30f57d0a63c062c0d5fdf761docs: use pinned version for GHA examples (#1004)a5eff0bdocs(configuration): fix build_command_env table rendering (#996)4e59b50build(deps-dev): update pytest requirement from ~=7.0 to ~=8.3 (#987)399fa65docs(changelog): clarify description of the default changelog generation processa7199c8docs(configuration): clarifychangelog_filevstemplate_diroption usagede86b09chore(github): improve issue reporting template formats & input95fc664chore(github): add pull request template- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)