Skip to content

Commit 67aa574

Browse files
committed
FIX: Makefile uncomment version-update utility
1 parent d081497 commit 67aa574

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ build: ##@build Build for both windows and linux. Binary will be located at ./bu
8383
# -- Release --
8484
.PHONY: version-update patch minor major
8585

86-
# version-update:
87-
# git tag "v$(VERS)"
88-
# git push --tags
86+
version-update:
87+
git tag "v$(VERS)"
88+
git push --tags
8989

9090
patch: ##@versioning Release a patch (vx.x.+commits)
9191
$(MAKE) version-update VERS=$(MAJOR).$(MINOR).$(NEXT_PATCH)

0 commit comments

Comments
 (0)