;dev: rename tools/release to bake

This commit is contained in:
Simon Michael 2023-03-16 15:53:30 -10:00
parent 0f63a35ea3
commit acc0160d7c

View File

@ -1,17 +1,18 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# * release # * bake
# ** Usage # ** Usage
set -e set -e
################################################################################
usage() { usage() {
cat <<EOF cat <<EOF
release - Help prepare a hledger release. bake - misc project bash scripts, mainly releasing related. Cf Shake.hs, make
Commands: Commands:
tools/release - show this help ./bake - show this help
tools/release relfiles - symlink important files temporarily in .relfiles/ ./bake relfiles - symlink important files temporarily in .relfiles/
tools/release prep VERSION - prepare this release on today's date ./bake prep VERSION - prepare this release on today's date
tools/release bin - push the current branch to CI to generate binaries ./bake bin - push the current branch to CI to generate binaries
prep does the following: prep does the following:
- autocreates and switches to the appropriate release branch - autocreates and switches to the appropriate release branch