Skip to content

Commit d4853a6

Browse files
committed
;tools: just ghrelnotes-copy
1 parent 661546f commit d4853a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Justfile

+5
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,11 @@ _on-master-branch:
14391439
just _on-release-branch
14401440
tools/relnotes.hs
14411441

1442+
# Generate github release notes for the .version release and copy to clipboard.
1443+
@ghrelnotes:
1444+
just _on-release-branch
1445+
doc/ghrelnotes `cat .version` | pbcopy
1446+
14421447
# Make git tags for a full release today. Run on release branch.
14431448
reltag:
14441449
#!/usr/bin/env bash

0 commit comments

Comments
 (0)