Skip to content

Commit

Permalink
feat: update conventionalcommits version to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
lorow committed Oct 12, 2024
1 parent e0b1ec1 commit 5a9b5a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install -g conventional-changelog-conventionalcommits@6
# remember to update the conventionalcommits version when updating semantic relese
- run: npm install -g conventional-changelog-conventionalcommits@8
- run: npm install -g [email protected]
- run: npm install -g @semantic-release/exec
- run: npm install -g @semantic-release/git
Expand Down

0 comments on commit 5a9b5a2

Please sign in to comment.