;tools: just ghrelnotes-copy
This commit is contained in:
parent
b663822b88
commit
baf1138523
5
Justfile
5
Justfile
@ -1439,6 +1439,11 @@ _on-master-branch:
|
|||||||
just _on-release-branch
|
just _on-release-branch
|
||||||
tools/relnotes.hs
|
tools/relnotes.hs
|
||||||
|
|
||||||
|
# Generate github release notes for the .version release and copy to clipboard.
|
||||||
|
@ghrelnotes:
|
||||||
|
just _on-release-branch
|
||||||
|
doc/ghrelnotes `cat .version` | pbcopy
|
||||||
|
|
||||||
# Make git tags for a full release today. Run on release branch.
|
# Make git tags for a full release today. Run on release branch.
|
||||||
reltag:
|
reltag:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user