Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 21507e7

Browse files
chore(deps): update tj-actions/git-cliff action to v1.5.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | tj-actions/git-cliff | v1.4.2 | v1.5.0 |
1 parent c5229dc commit 21507e7

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
@@ -81,7 +81,7 @@ jobs:
8181
run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name
8282

8383
- name: Generate changelog with git-cliff
84-
uses: tj-actions/git-cliff@b8b856ab6829a813d4ed58476b6faaec9c2b24ef # v1.4.2
84+
uses: tj-actions/git-cliff@75599f745633e29f99bd9e14a30865b7d2fcbe84 # v1.5.0
8585
with:
8686
args: --latest --strip all
8787
output: "CHANGELOG.md"

0 commit comments

Comments
 (0)