Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
with:
node-version: 24
- name: Run Semantic Release
run: |
uvx python-semantic-release version
# Pin GitPython to 3.1.59 because 3.1.60 removes `Actor.name_email_regex`, which is needed by python semantic release
# https://github.com/gitpython-developers/GitPython/commit/751473a5f3221d6f989291cbebcc404353fd3ba8
run: uvx --with 'GitPython==3.1.59' python-semantic-release version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading