From de6250155355955f809559dcf9e1fe3a8eea9ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=A3=20Bida=20Vacaro?= <82233055+luabida@users.noreply.github.com> Date: Fri, 16 Dec 2022 15:27:37 -0300 Subject: [PATCH] fix(semantic-release)!: add conventionalcommits in release step on ci (#205) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9e98cc8d..3943147e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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" \