fix: provide context.history global in release notes templates (#1005)
fix(release-notes): provide context.history global in release note templates
Temporarily return the context.history variable 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.3 during a refactor and condensing of changelog
and release notes functionality.
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
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps python-semantic-release/python-semantic-release from 9.8.6 to 9.8.7.
Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
... (truncated)
Commits
708671d
9.8.75bd91b4
fix: providecontext.history
global in release notes templates (#1005)f45d60d
style: beautify 5fdf7614c036a77ffb051cd30f57d0a63c062c0d5fdf761
docs: use pinned version for GHA examples (#1004)a5eff0b
docs(configuration): fix build_command_env table rendering (#996)4e59b50
build(deps-dev): update pytest requirement from ~=7.0 to ~=8.3 (#987)399fa65
docs(changelog): clarify description of the default changelog generation processa7199c8
docs(configuration): clarifychangelog_file
vstemplate_dir
option usagede86b09
chore(github): improve issue reporting template formats & input95fc664
chore(github): add pull request templateDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show