We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4177e95 commit 095ba8bCopy full SHA for 095ba8b
1 file changed
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name
81
82
- name: Generate changelog with git-cliff
83
- uses: tj-actions/git-cliff@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2.1.0
+ uses: tj-actions/git-cliff@679041f051a4d2ab452f7e5e7b0eed2abee21131 # v2.2.0
84
with:
85
args: --latest --strip all
86
output: "CHANGELOG.md"
0 commit comments