browniebroke / pypackage-template

A project template for Python package with heavy use of Github actions
MIT License
53 stars 13 forks source link

chore(deps): update python-semantic-release/python-semantic-release action to v9.3.1 #703

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
python-semantic-release/python-semantic-release action patch v9.3.0 -> v9.3.1

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release) ### [`v9.3.1`](https://togithub.com/python-semantic-release/python-semantic-release/blob/HEAD/CHANGELOG.md#v931-2024-03-24) [Compare Source](https://togithub.com/python-semantic-release/python-semantic-release/compare/v9.3.0...v9.3.1) ##### Build - build(deps-dev): bump ruff from 0.1.11 to 0.3.3 ([#​862](https://togithub.com/python-semantic-release/python-semantic-release/issues/862)) ([`8a6adeb`](https://togithub.com/python-semantic-release/python-semantic-release/commit/8a6adeb6824a0b78e3dd297c1e62e5453a9f779f)) ##### Fix - fix(cli-version): change implementation to only push the tag we generated Restricts the git push command to only push the explicit tag we created which will eliminate the possibility of pushing another tag that could cause an error. Resolves: [#​803](https://togithub.com/python-semantic-release/python-semantic-release/issues/803) ([`8a9da4f`](https://togithub.com/python-semantic-release/python-semantic-release/commit/8a9da4feb8753e3ab9ea752afa25decd2047675a)) - fix(algorithm): handle merge-base errors gracefully Merge-base errors generally occur from a shallow clone that is primarily used by CI environments and will cause PSR to explode prior to this change. Now it exits with an appropriate error. Resolves: [#​724](https://togithub.com/python-semantic-release/python-semantic-release/issues/724) ([`4c998b7`](https://togithub.com/python-semantic-release/python-semantic-release/commit/4c998b77a3fe5e12783d1ab2d47789a10b83f247)) ##### Performance - perf(algorithm): simplify logs & use lookup when searching for commit & tag match ([`3690b95`](https://togithub.com/python-semantic-release/python-semantic-release/commit/3690b9511de633ab38083de4d2505b6d05853346)) ##### Style - style: beautify [`8a9da4f`](https://togithub.com/python-semantic-release/python-semantic-release/commit/8a9da4feb8753e3ab9ea752afa25decd2047675a) ([`3bf98d5`](https://togithub.com/python-semantic-release/python-semantic-release/commit/3bf98d5c18886f9dcc60d122a834e6fe93d0ea07))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.