Skip to content

Commit

Permalink
chore(ci): Change Actions Workflow for generate-changelog
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 1718910 commit ee4032e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
toTag: ${{ env.previousTag }}
writeToFile: true
excludeTypes: build,other,style

- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v5
- name: Commit changelog
uses: EndBug/add-and-commit@v9
with:
branch: ci
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md
add: CHANGELOG.md
default_author: github_actions
fetch: true
pathspec_error_handling: exitAtEnd
push: true
message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'

0 comments on commit ee4032e

Please sign in to comment.