Skip to content

Commit dc60fcb

Browse files
committed
;tools: just oldest
1 parent 0d2dc96 commit dc60fcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,10 @@ reltags:
10091009
git tag --force --sign `cat .version` -m "Release `cat .version`"
10101010
echo "Release has been tagged!"
10111011

1012+
# Push the current HEAD to github oldest branch, testing the build with oldest supported GHC.
1013+
@oldest:
1014+
git push -f origin HEAD:oldest
1015+
10121016
# Push the current HEAD to github binaries branch, generating platform binaries.
10131017
@ghbin:
10141018
# assumes the github remote is named "origin"

0 commit comments

Comments
 (0)