Skip to content

Commit ad2850b

Browse files
luabidafccoelho
authored andcommitted
fix(semantic-release)!: add conventionalcommits in release step on ci (#205)
1 parent 1af67eb commit ad2850b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
poetry config pypi-token.pypi ${PYPI_TOKEN}
3232
npx --yes \
3333
-p semantic-release \
34+
-p conventional-changelog-conventionalcommits \
3435
-p "@semantic-release/commit-analyzer" \
3536
-p "@semantic-release/release-notes-generator" \
3637
-p "@semantic-release/changelog" \

0 commit comments

Comments
 (0)