From 000ff30fd68b5a10325187406c3240cb6ffb9d78 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Aug 2021 23:38:23 -1000 Subject: [PATCH] ;make: tag-project: that .99 tag should be on master, only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3308ddb15..5c17a1600 100644 --- a/Makefile +++ b/Makefile @@ -878,7 +878,7 @@ tag-%: $(call def-help,tag-PKG, make a git release tag for PKG ) tag-project: $(call def-help,tag-project, make a git release tag for the project as a whole ) git tag -fs `cat .version` -m "Release `cat .version`, https://hledger.org/release-notes.html#hledger-`cat .version | sed -e 's/\./-/g'`" - @printf "please also adjust and run this command:\n git tag -fs `cat .version`.99 -m \"Start of next release cycle. This tag influences git describe and dev builds' version strings.\"\n" + @printf "please also adjust and run this command:\n git tag -fs `cat .version`.99 master -m \"Start of next release cycle. This tag influences git describe and dev builds' version strings.\"\n" # hackageupload-dry: \ # $(call def-help,hackageupload-dry,\