diff --git a/GNUmakefile b/GNUmakefile index 673ffde1..3e8d90e6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..e92163f9 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +3.0.62006