- Notifications
You must be signed in to change notification settings - Fork261
Comparing changes
Open a pull request
base repository:python-semantic-release/python-semantic-release
Uh oh!
There was an error while loading.Please reload this page.
base:v9.8.6
head repository:python-semantic-release/python-semantic-release
Uh oh!
There was an error while loading.Please reload this page.
compare:v9.8.7
- 10commits
- 24files changed
- 8contributors
Commits on Jul 21, 2024
chore(github): add pull request template
codejedi365 committedJul 21, 2024 chore(github): improve issue reporting template formats & input
codejedi365 committedJul 21, 2024 docs(configuration): clarify
changelog_filevstemplate_diroptio……n usageProvided additional description that warns about the mutually-exclusive nature ofthe `changelog_file` option and the `template_dir` option.Resolves:#983
codejedi365 committedJul 21, 2024 docs(changelog): clarify description of the default changelog generat…
…ion process
codejedi365 committedJul 21, 2024
Commits on Jul 23, 2024
build(deps-dev): update pytest requirement from ~=7.0 to ~=8.3 (#987)
* build(deps-dev): update pytest requirement from ~=7.0 to ~=8.3Updates the requirements on `pytest` to permit the latest version.- [Release notes](https://github.com/pytest-dev/pytest/releases)- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)- [Commits](pytest-dev/pytest@7.0.0...8.3.1)---updated-dependencies:- dependency-name: pytest dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>* test(deps): swap lazy fixture plugin w/ updated pytest-lazy-fixtures plugin (#990) pytest_lazyfixture is unmaintained and not compatible with Pytest 8, while `pytest-lazy-fixtures` is updated to be compatible with pytest 8---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Alexandre Detiste <alexandre.detiste@gmail.com>
Commits on Aug 1, 2024
docs(configuration): fix build_command_env table rendering (#996)
GuyHoozdis authoredAug 1, 2024
Commits on Aug 18, 2024
docs: use pinned version for GHA examples (#1004)
* docs(github-actions): use pinned version for GHA examplesFixes#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>
- actions-user committed
Aug 18, 2024
Commits on Aug 20, 2024
fix: provide
context.historyglobal 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.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.
codejedi365 authoredAug 20, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v9.8.6...v9.8.7
Uh oh!
There was an error while loading.Please reload this page.