Skip to content

Commit

Permalink
Merge pull request #109 from tj-actions/chore/switch-to-use-tj-action…
Browse files Browse the repository at this point in the history
…s/git-cliff-for-generating-changelogs

chore: switch to use tj-actions/git-cliff for generating changelogs
  • Loading branch information
repo-ranger[bot] authored Apr 9, 2023
2 parents a141df7 + efe4eb6 commit 7f447a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
only_major: true
paths: |
README.md
- name: Generate CHANGELOG
uses: tj-actions/github-changelog-generator@v1.18
with:
output: 'HISTORY.md'
- name: Run git-cliff
uses: tj-actions/git-cliff@v1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.0
with:
Expand Down

0 comments on commit 7f447a2

Please sign in to comment.