;tools: just: help edits
This commit is contained in:
parent
5803aa2905
commit
d011da6e40
4
Justfile
4
Justfile
@ -1441,7 +1441,7 @@ _on-master-branch:
|
|||||||
just _on-release-branch
|
just _on-release-branch
|
||||||
tools/relnotes.hs
|
tools/relnotes.hs
|
||||||
|
|
||||||
# Generate github release notes for the current release, on stdout and in clipboard.
|
# Generate github release notes for the current release, on stdout and in clipboard. Run on release branch.
|
||||||
@ghrelnotes:
|
@ghrelnotes:
|
||||||
just _on-release-branch
|
just _on-release-branch
|
||||||
doc/ghrelnotes `cat .version` | tee pbcopy
|
doc/ghrelnotes `cat .version` | tee pbcopy
|
||||||
@ -1449,7 +1449,7 @@ _on-master-branch:
|
|||||||
# echo "Paste into release created by tags push"
|
# echo "Paste into release created by tags push"
|
||||||
# echo "Or if that failed, create it manually: https://github.com/simonmichael/hledger/releases/new"
|
# echo "Or if that failed, create it manually: https://github.com/simonmichael/hledger/releases/new"
|
||||||
|
|
||||||
# Generate github release notes and update the release on github with the latest text.
|
# Generate github release notes and update the release on github with the latest text. Run on release branch.
|
||||||
@ghrelnotes-publish:
|
@ghrelnotes-publish:
|
||||||
just ghrelnotes | gh release edit -F- `cat .version`
|
just ghrelnotes | gh release edit -F- `cat .version`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user