We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5184168 commit 92f09ccCopy full SHA for 92f09cc
1 file changed
Makefile
@@ -216,7 +216,7 @@ emergency-release-pypi:
216
if [ "$$(git status --porcelain)" != "" ]; then \
217
echo "Changes detected, please stash or commit them first" && exit 1; \
218
fi
219
- cz --no-raise 21 bump --changelog --yes
+ python -m commitizen --no-raise 21 bump --changelog --yes
220
git push
221
git push --tags
222
$(MAKE) dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-py3-none-any.whl dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
0 commit comments