Skip to content

Commit 92f09cc

Browse files
committed
fix: make sure we run the correct cz tool
1 parent 5184168 commit 92f09cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ emergency-release-pypi:
216216
if [ "$$(git status --porcelain)" != "" ]; then \
217217
echo "Changes detected, please stash or commit them first" && exit 1; \
218218
fi
219-
cz --no-raise 21 bump --changelog --yes
219+
python -m commitizen --no-raise 21 bump --changelog --yes
220220
git push
221221
git push --tags
222222
$(MAKE) dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-py3-none-any.whl dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz

0 commit comments

Comments
 (0)