;make: tag-project: also set a final .99 tag

This will influence git describe and improve the version strings of dev builds.
This commit is contained in:
Simon Michael 2021-08-05 23:27:25 -10:00
parent 49ff039312
commit 45c39b055b

View File

@ -878,6 +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"
# hackageupload-dry: \
# $(call def-help,hackageupload-dry,\