Skip to content

Commit 4de34fd

Browse files
authored
Zh r3.0.62 temp (#8)
1 parent c1c8d2a commit 4de34fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

GNUmakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ format-tag:
162162
@echo $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
163163

164164
tag:
165-
@echo git tag -a $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT) -m $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
166-
@git tag -a $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT) -m $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
165+
@echo git tag -a $(shell cat VERSION) -m $(shell cat VERSION)
166+
@git tag -a v$(shell cat VERSION) -m v$(shell cat VERSION)
167167

168168
release:
169169
@goreleaser release --clean --verbose

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0.62006

0 commit comments

Comments
 (0)