diff --git a/Makefile b/Makefile index a4f0e19..97c5d41 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ debug: cargo build tag: - git tag -a v${VERSION} + git tag -a v${VERSION} -m v${VERSION} git push origin --tags pub: