We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6257e commit 1c3d6e2Copy full SHA for 1c3d6e2
1 file changed
.github/workflows/release.yml
@@ -249,10 +249,10 @@ jobs:
249
| xargs -0 -r sha256sum >> SHA256SUMS
250
251
- name: Generate changelog with git-cliff
252
- uses: orhun/git-cliff-action@v2
+ uses: orhun/git-cliff-action@v4
253
with:
254
config: cliff.toml
255
- args: --tag ${{ github.ref_name }} --output release_notes.md
+ args: --vv --tag ${{ github.ref_name }} --strip header --output release_notes.md
256
env:
257
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
258
0 commit comments