Skip to content

Commit

Permalink
Zh r3.0.62 temp (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zph authored Sep 5, 2024
1 parent c1c8d2a commit 4de34fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ format-tag:
@echo $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)

tag:
@echo git tag -a $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT) -m $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
@git tag -a $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT) -m $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
@echo git tag -a $(shell cat VERSION) -m $(shell cat VERSION)
@git tag -a v$(shell cat VERSION) -m v$(shell cat VERSION)

release:
@goreleaser release --clean --verbose
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.62006

0 comments on commit 4de34fd

Please sign in to comment.