We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521b72 commit 4cc59b1Copy full SHA for 4cc59b1
.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@75599f745633e29f99bd9e14a30865b7d2fcbe84 # v1.5.0
+ uses: tj-actions/git-cliff@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2.1.0
84
with:
85
args: --latest --strip all
86
output: "CHANGELOG.md"
0 commit comments