We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbddb2e commit 794cea5Copy full SHA for 794cea5
1 file changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Update changelog
66
if: ${{ github.event.inputs.stability == 'latest' }}
67
- uses: orhun/git-cliff-action@v3
+ uses: orhun/git-cliff-action@v4
68
with:
69
config: cliff.toml
70
args: --tag "release-${{ steps.bump_version.outputs.version }}"
@@ -94,7 +94,7 @@ jobs:
94
fetch-depth: 0
95
96
- name: Generate release notes
97
98
99
100
args: --tag "release-${{ needs.prepare_metadata.outputs.version }}" --unreleased --strip all
0 commit comments