Skip to content

Commit

Permalink
fix(semantic-release)!: add conventionalcommits in release step on ci (
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida authored Dec 16, 2022
1 parent 6eeed96 commit de62501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
poetry config pypi-token.pypi ${PYPI_TOKEN}
npx --yes \
-p semantic-release \
-p conventional-changelog-conventionalcommits \
-p "@semantic-release/commit-analyzer" \
-p "@semantic-release/release-notes-generator" \
-p "@semantic-release/changelog" \
Expand Down

0 comments on commit de62501

Please sign in to comment.