We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1857f commit 2c96518Copy full SHA for 2c96518
Makefile
@@ -223,7 +223,7 @@ check_kits: ## Check that dist/* are well-formed.
223
@echo $$(ls -1 dist | wc -l) distribution kits
224
225
tag: ## Make a git tag with the version number.
226
- git tag -a -m "Version $$(python setup.py --version)" $$(python setup.py --version)
+ git tag -s -m "Version $$(python setup.py --version)" $$(python setup.py --version)
227
git push --follow-tags
228
229
bump_version: ## Edit sources to bump the version after a release.
0 commit comments