Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update python-semantic-release/python-semantic-release act…
…ion to v9.8.5 (#109) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-semantic-release/python-semantic-release](https://togithub.com/python-semantic-release/python-semantic-release) | action | patch | `v9.8.4` -> `v9.8.5` | --- ### Release Notes <details> <summary>python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)</summary> ### [`v9.8.5`](https://togithub.com/python-semantic-release/python-semantic-release/blob/HEAD/CHANGELOG.md#v985-2024-07-06) [Compare Source](https://togithub.com/python-semantic-release/python-semantic-release/compare/v9.8.4...v9.8.5) ##### Fix - fix: enable `--print-last-released*` when in detached head or non-release branch ([#​926](https://togithub.com/python-semantic-release/python-semantic-release/issues/926)) - test(version-cmd): add tests to print when detached or non-release branch ref: [#​900](https://togithub.com/python-semantic-release/python-semantic-release/issues/900) - fix(version-cmd): drop branch restriction for `--print-last-released*` opts Resolves: [#​900](https://togithub.com/python-semantic-release/python-semantic-release/issues/900) ([`782c0a6`](https://togithub.com/python-semantic-release/python-semantic-release/commit/782c0a6109fb49e168c37f279928c0a4959f8ac6)) ##### Performance - perf: improve git history processing for changelog generation ([#​972](https://togithub.com/python-semantic-release/python-semantic-release/issues/972)) - perf(changelog): improve git history parser changelog generation This converts the double for-loop (`O(n^2)`) down to `O(n)` using a lookup table to match the current commit with a known tag rather than iterating through all the tags of the repository every time. - fix(changelog): resolve commit ordering issue when dates are similar ([`bfda159`](https://togithub.com/python-semantic-release/python-semantic-release/commit/bfda1593af59e9e728c584dd88d7927fc52c879f)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com>
- Loading branch information