;tools: just: mastertag -> devtag; improve
This commit is contained in:
parent
284bb7e2e8
commit
16958b205c
9
Justfile
9
Justfile
@ -1466,16 +1466,15 @@ reltags-push VER:
|
|||||||
tags:
|
tags:
|
||||||
git tag -l --sort=-tag --format='%(refname:short) taggerdate:%(taggerdate:iso8601) committerdate:%(committerdate:iso8601)}'
|
git tag -l --sort=-tag --format='%(refname:short) taggerdate:%(taggerdate:iso8601) committerdate:%(committerdate:iso8601)}'
|
||||||
|
|
||||||
# After a major release, update the dev tag/version strings/manual dates on master. Run on master.
|
# Tag the new dev cycle start and update version strings/manuals. Run on master.
|
||||||
mastertag VER:
|
@devtag VER:
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
just _on-master-branch
|
just _on-master-branch
|
||||||
|
git tag --force --sign {{ VER }} -m 'start of {{ VER }} dev cycle'
|
||||||
./Shake setversion {{ VER }} -c
|
./Shake setversion {{ VER }} -c
|
||||||
./Shake mandates
|
./Shake mandates
|
||||||
./Shake manuals -c
|
./Shake manuals -c
|
||||||
git tag {{ VER }}
|
echo "master's tag, version strings and manuals have been updated to {{ VER }}."
|
||||||
echo "master's tag, version strings and manuals have been updated."
|
|
||||||
|
|
||||||
# XXX Run this only after .version has been updated to NEWVER
|
# XXX Run this only after .version has been updated to NEWVER
|
||||||
# @reltagmaster:
|
# @reltagmaster:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user