mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 10:17:34 +03:00
;make tag: simplify
This commit is contained in:
parent
7690b85e51
commit
e0d525c6fa
6
Makefile
6
Makefile
@ -875,9 +875,9 @@ manuals: Shake $(call def-help,manuals, regenerate and commit CLI help and manua
|
|||||||
./Shake manuals
|
./Shake manuals
|
||||||
git commit -m ";doc: regen manuals" -m "[ci skip]" hledger*/hledger*.{1,5,info,txt} hledger/Hledger/Cli/Commands/*.txt
|
git commit -m ";doc: regen manuals" -m "[ci skip]" hledger*/hledger*.{1,5,info,txt} hledger/Hledger/Cli/Commands/*.txt
|
||||||
|
|
||||||
tag: $(call def-help,tag, make git release tags and for the project and all packages )
|
tag: $(call def-help,tag, make git release tags for the project and all packages )
|
||||||
for p in $(PACKAGES); do make -s tag-$$p; done
|
@for p in $(PACKAGES); do make tag-$$p; done
|
||||||
@echo "Also consider make -s tag-project (needs babysitting)"
|
@make tag-project
|
||||||
|
|
||||||
tag-%: $(call def-help,tag-PKG, make a git release tag for PKG )
|
tag-%: $(call def-help,tag-PKG, make a git release tag for PKG )
|
||||||
git tag -fs $*-`cat $*/.version` -m "Release $*-`cat $*/.version`"
|
git tag -fs $*-`cat $*/.version` -m "Release $*-`cat $*/.version`"
|
||||||
|
Loading…
Reference in New Issue
Block a user