diff --git a/Makefile b/Makefile index 811a99e..6768f0c 100644 --- a/Makefile +++ b/Makefile @@ -53,4 +53,4 @@ command: # Create a new release release: - @echo "git tag $(VERSION) && git push --tags" + @git tag $(VERSION) && git push --tags