feat: Update sync-release-version.yml to use git-cliff (#225)

This commit is contained in:
Tonye Jack 2023-04-01 14:56:44 -06:00 committed by GitHub
parent e2651ff067
commit 2e5354c673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,8 @@ jobs:
only_major: true only_major: true
paths: | paths: |
README.md README.md
- name: Generate CHANGELOG - name: Run git-cliff
uses: tj-actions/github-changelog-generator@v1.18 uses: tj-actions/git-cliff@v1
with:
output: 'HISTORY.md'
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v4.2.4 uses: peter-evans/create-pull-request@v4.2.4
with: with: