Skip to content

Commit f4a80d7

Browse files
chore(deps): update tj-actions/git-cliff action to v2
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | tj-actions/git-cliff | v1.5.0 | v2.0.2 |
1 parent 74acf28 commit f4a80d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name
8181

8282
- name: Generate changelog with git-cliff
83-
uses: tj-actions/git-cliff@75599f745633e29f99bd9e14a30865b7d2fcbe84 # v1.5.0
83+
uses: tj-actions/git-cliff@7b2afa2d0b650c50cde5a7b173a74753ecd29072 # v2.0.2
8484
with:
8585
args: --latest --strip all
8686
output: "CHANGELOG.md"

0 commit comments

Comments
 (0)