push tags on create

This commit is contained in:
Jon Lundy 2020-11-28 15:14:02 -07:00
parent 616997fdc6
commit 7e3eee56e0
Signed by untrusted user who does not match committer: xuu
GPG Key ID: C63E6D61F3035024

View File

@ -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: