ci: Install conventional-changelog to generate the changelog for the GitHub release [skip ci]

This commit is contained in:
2024-11-25 18:46:42 -07:00
parent 7d9a25e599
commit cf1794145c
+1 -2
View File
@@ -47,6 +47,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install commitizen pip install commitizen
npm install -g conventional-changelog-cli
- name: Configure Git user - name: Configure Git user
run: | run: |
@@ -121,8 +122,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
- name: Run release-plz - name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5 uses: MarcoIeni/release-plz-action@v0.5
with:
command: release
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}