We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2dc96 commit dc60fcbCopy full SHA for dc60fcb
Justfile
@@ -1009,6 +1009,10 @@ reltags:
1009
git tag --force --sign `cat .version` -m "Release `cat .version`"
1010
echo "Release has been tagged!"
1011
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
+
1016
# Push the current HEAD to github binaries branch, generating platform binaries.
1017
@ghbin:
1018
# assumes the github remote is named "origin"
0 commit comments