Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #92 from aerogear/bump-conventional-changelog-action
Browse files Browse the repository at this point in the history
build: updated conventional-changelog-action. Added commitizen
  • Loading branch information
ziccardi committed Jul 10, 2020
2 parents 39610de + 36eb28c commit 06a3c4a
Show file tree
Hide file tree
Showing 3 changed files with 645 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
with:
token: ${{ secrets.ACTION_TOKEN }}
- name: Bump version and push tag
uses: TriPSs/conventional-changelog-action@v2.1.1
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.ACTION_TOKEN }}
git-message: 'chore(release): {version}'
preset: 'angular'
tag-prefix: ''
output-file: 'CHANGELOG.md'
skip-on-empty: true
Loading

0 comments on commit 06a3c4a

Please sign in to comment.