mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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.
This commit is contained in:
parent
3031c0e7b9
commit
c14e6a6544
2
Makefile
2
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`"
|
||||
|
Loading…
Reference in New Issue
Block a user