From c14e6a65444ff96746ce167066325b19175a3da9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 28 Dec 2020 17:44:15 -0800 Subject: [PATCH] ;make tag: don't tag project by default What should go in the project changelog and when the project's .version should update is still unclear, more cleanup needed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec794038a..1c9d71cf1 100644 --- a/Makefile +++ b/Makefile @@ -870,7 +870,7 @@ manuals: Shake $(call def-help,manuals, regenerate and commit CLI help and manua tag: $(call def-help,tag, make git release tags and for the project and all packages ) for p in $(PACKAGES); do make -s tag-$$p; done - make -s tag-project + @echo "Also consider make -s tag-project (needs babysitting)" tag-%: $(call def-help,tag-PKG, make a git release tag for PKG ) git tag -fs $*-`cat $*/.version` -m "Release $*-`cat $*/.version`"