Skip to content

Commit

Permalink
fix(deps): update python-semantic-release/python-semantic-release act…
Browse files Browse the repository at this point in the history
…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
([#&#8203;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:
[#&#8203;900](https://togithub.com/python-semantic-release/python-semantic-release/issues/900)

- fix(version-cmd): drop branch restriction for `--print-last-released*`
opts

Resolves:
[#&#8203;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
([#&#8203;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
renovate-gsuquet[bot] authored Jul 8, 2024
1 parent e28a1a4 commit c60af9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-python-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Semantic release
id: semantic-release
uses: python-semantic-release/python-semantic-release@e02a9bdd3adb36d18390120c123ce6b7b3bae359 # v9.8.4
uses: python-semantic-release/python-semantic-release@3ba53469e72452e7597dd5c61851e6fbf294420b # v9.8.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c60af9a

Please sign in to comment.