diff --git a/Makefile b/Makefile index 0cab438..6b13990 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,11 @@ clean: release: + git tag -a $(VERSION) -m "$(VERSION)" + git push origin $(VERSION) + git push --tags goreleaser release --clean test: go test ./... +