1 parent d081497 commit 67aa574Copy full SHA for 67aa574
1 file changed
Makefile
@@ -83,9 +83,9 @@ build: ##@build Build for both windows and linux. Binary will be located at ./bu
83
# -- Release --
84
.PHONY: version-update patch minor major
85
86
-# version-update:
87
-# git tag "v$(VERS)"
88
-# git push --tags
+version-update:
+ git tag "v$(VERS)"
+ git push --tags
89
90
patch: ##@versioning Release a patch (vx.x.+commits)
91
$(MAKE) version-update VERS=$(MAJOR).$(MINOR).$(NEXT_PATCH)
0 commit comments