mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
;tools: just reltag -> reltags, reltags-push
This commit is contained in:
parent
0dfa135c33
commit
18604222df
6
Justfile
6
Justfile
@ -1445,7 +1445,7 @@ _on-master-branch:
|
||||
doc/ghrelnotes `cat .version` | pbcopy
|
||||
|
||||
# Make git tags for a full release today. Run on release branch.
|
||||
reltag:
|
||||
reltags:
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
just _on-release-branch
|
||||
@ -1455,6 +1455,10 @@ reltag:
|
||||
git tag --force --sign `cat .version` -m "Release `cat .version`"
|
||||
echo "Release has been tagged!"
|
||||
|
||||
# Push the 5 release tags for the specified release version.
|
||||
reltags-push VER:
|
||||
git push origin {{ VER }} hledger-{{ VER }} hledger-lib-{{ VER }} hledger-ui-{{ VER }} hledger-web-{{ VER }}
|
||||
|
||||
# List git tags approximately most recent first (grouped by package). The available fields vary over time.
|
||||
tags:
|
||||
git tag -l --sort=-tag --format='%(refname:short) taggerdate:%(taggerdate:iso8601) committerdate:%(committerdate:iso8601)}'
|
||||
|
Loading…
Reference in New Issue
Block a user