;just: relprep: don't update changelogs at this stage
This commit is contained in:
parent
5d30a1aeaa
commit
fa96d3e874
6
Justfile
6
Justfile
@ -1006,7 +1006,7 @@ relfiles:
|
|||||||
; do ln -sf $f .; done
|
; do ln -sf $f .; done
|
||||||
cp ../doc/RELEASING.md ./RELEASING2.md # temp copy which can be edited without disruption
|
cp ../doc/RELEASING.md ./RELEASING2.md # temp copy which can be edited without disruption
|
||||||
|
|
||||||
# Prepare to release today, creating/switching to release branch, updating versions, dates, manuals, changelogs etc.
|
# Prepare to release today, creating/switching to release branch and doing routine updates - versions, dates, manuals, command helps
|
||||||
relprep VER:
|
relprep VER:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
@ -1023,8 +1023,8 @@ relprep VER:
|
|||||||
./Shake mandates
|
./Shake mandates
|
||||||
echo "Generating all the manuals in all formats...."
|
echo "Generating all the manuals in all formats...."
|
||||||
./Shake manuals $COMMIT
|
./Shake manuals $COMMIT
|
||||||
echo "Updating CHANGES.md files with latest commits..."
|
# echo "Updating CHANGES.md files with latest commits..."
|
||||||
./Shake changelogs $COMMIT
|
# ./Shake changelogs $COMMIT
|
||||||
|
|
||||||
# Push the current branch to github to generate release binaries.
|
# Push the current branch to github to generate release binaries.
|
||||||
@relbin:
|
@relbin:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user