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 a240028 commit 1c5100cCopy full SHA for 1c5100c
Makefile
@@ -41,8 +41,8 @@ _install_e:
41
42
tag: _install_e ## Make a git tag with the version number.
43
@export VER="$$(python -c "import django_coverage_plugin as me; print(me.__version__)")" && \
44
- echo git tag -s -m "Version v$$VER" v$$VER
45
- echo git push --all
+ git tag -s -m "Version v$$VER" v$$VER
+ git push --all
46
47
ghrelease: ## Make a GitHub release for the latest version.
48
python -m scriv github-release
0 commit comments