fix: Release-plz to perform the release and to use Commitizen for bumping and generating the CHANGELOG [skip ci]

This commit is contained in:
2024-11-06 17:12:39 -07:00
parent 9df929a8e3
commit eccc1a2df1
3 changed files with 3 additions and 42 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release --bump-patch
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}