Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
chore(ci): add conventionalcommits plugin to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Oct 7, 2022
1 parent 1475cf5 commit 4dc0053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
- uses: cycjimmy/semantic-release-action@v3
id: semantic
with:
extra_plugins: |
conventional-changelog-conventionalcommits@latest
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
- name: Push updates to branch for major version
Expand Down

0 comments on commit 4dc0053

Please sign in to comment.