diff --git a/Makefile b/Makefile index 8091f0b..749b44a 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ version: @echo $(VERSION) tag: git tag -a v$(VERSION) -m "Version: $(VERSION)" + git push --tag release: @make tag BUMP=patch run: