Skip to content

Commit b3674a5

Browse files
authored
chore: switch to use tj-actions/git-cliff for generating changelogs
1 parent 8fb80c1 commit b3674a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sync-release-version.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
only_major: true
2222
paths: |
2323
README.md
24-
- name: Generate CHANGELOG
25-
uses: tj-actions/[email protected]
26-
with:
27-
output: 'HISTORY.md'
24+
- name: Run git-cliff
25+
uses: tj-actions/git-cliff@v1
2826
- name: Create Pull Request
2927
uses: peter-evans/[email protected]
3028
with:

0 commit comments

Comments
 (0)