Skip to content

Commit c14e6a6

Browse files
committed
;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.
1 parent 3031c0e commit c14e6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ manuals: Shake $(call def-help,manuals, regenerate and commit CLI help and manua
870870

871871
tag: $(call def-help,tag, make git release tags and for the project and all packages )
872872
for p in $(PACKAGES); do make -s tag-$$p; done
873-
make -s tag-project
873+
@echo "Also consider make -s tag-project (needs babysitting)"
874874

875875
tag-%: $(call def-help,tag-PKG, make a git release tag for PKG )
876876
git tag -fs $*-`cat $*/.version` -m "Release $*-`cat $*/.version`"

0 commit comments

Comments
 (0)