We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569eeb9 commit a0b08daCopy full SHA for a0b08da
Makefile
@@ -39,5 +39,5 @@ dist: clean ## Creates a source distribution and wheel distribution
39
40
tag: ## Tag version
41
$(eval version := $(shell head -n 1 DMARCReporting/__init__.py | sed -e "s/__version__ = //" | sed -e "s/\"//g"))
42
- git tag -a $(version) -m "Bump version $(version)"
+ git tag -a v$(version) -m "Bump version $(version)"
43
git push origin master --follow-tags
0 commit comments