Skip to content

Commit 794cea5

Browse files
authored
ci: Update git-cliff-action (#49)
1 parent dbddb2e commit 794cea5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Update changelog
6666
if: ${{ github.event.inputs.stability == 'latest' }}
67-
uses: orhun/git-cliff-action@v3
67+
uses: orhun/git-cliff-action@v4
6868
with:
6969
config: cliff.toml
7070
args: --tag "release-${{ steps.bump_version.outputs.version }}"
@@ -94,7 +94,7 @@ jobs:
9494
fetch-depth: 0
9595

9696
- name: Generate release notes
97-
uses: orhun/git-cliff-action@v3
97+
uses: orhun/git-cliff-action@v4
9898
with:
9999
config: cliff.toml
100100
args: --tag "release-${{ needs.prepare_metadata.outputs.version }}" --unreleased --strip all

0 commit comments

Comments
 (0)