From cf1794145cfa15ff94ba97d42ba480ba1734a2c5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 25 Nov 2024 18:46:42 -0700 Subject: [PATCH] ci: Install conventional-changelog to generate the changelog for the GitHub release [skip ci] --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eb4681..b99752e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,7 @@ jobs: run: | python -m pip install --upgrade pip pip install commitizen + npm install -g conventional-changelog-cli - name: Configure Git user run: | @@ -121,8 +122,6 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Run release-plz uses: MarcoIeni/release-plz-action@v0.5 - with: - command: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}