We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c8d2a commit 4de34fdCopy full SHA for 4de34fd
GNUmakefile
@@ -162,8 +162,8 @@ format-tag:
162
@echo $(MOST_RECENT_UPSTREAM_TAG)-$(DATESTAMP)-$(SHA_SHORT)
163
164
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)
+ @echo git tag -a $(shell cat VERSION) -m $(shell cat VERSION)
+ @git tag -a v$(shell cat VERSION) -m v$(shell cat VERSION)
167
168
release:
169
@goreleaser release --clean --verbose
VERSION
@@ -0,0 +1 @@
1
+3.0.62006
0 commit comments