Skip to content

Commit

Permalink
chore(ci): bump git-cliff-action to v4 (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Sep 1, 2024
1 parent 20c88aa commit c777beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: cargo publish --allow-dirty --token ${{ secrets.CARGO_TOKEN }}

- name: Generate a changelog
uses: orhun/git-cliff-action@v3
uses: orhun/git-cliff-action@v4
with:
config: cliff.toml
args: --unreleased --tag ${{ env.NEXT_TAG }} --strip header
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v3
uses: orhun/git-cliff-action@v4
with:
config: cliff.toml
args: --latest --strip header
Expand Down

0 comments on commit c777beb

Please sign in to comment.