Skip to content

Commit 1c3d6e2

Browse files
committed
ci: update git-cliff-action to v4 with verbose changelog generation and header stripping
1 parent 8a6257e commit 1c3d6e2

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
@@ -249,10 +249,10 @@ jobs:
249249
| xargs -0 -r sha256sum >> SHA256SUMS
250250
251251
- name: Generate changelog with git-cliff
252-
uses: orhun/git-cliff-action@v2
252+
uses: orhun/git-cliff-action@v4
253253
with:
254254
config: cliff.toml
255-
args: --tag ${{ github.ref_name }} --output release_notes.md
255+
args: --vv --tag ${{ github.ref_name }} --strip header --output release_notes.md
256256
env:
257257
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
258258

0 commit comments

Comments
 (0)