Skip to content

Commit a191259

Browse files
eregonhavenwood
authored andcommitted
Automatically update the stable version with update.sh for TruffleRuby
1 parent 63f667a commit a191259

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

update.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ done
7878

7979
echo "$version" >> "../$ruby/versions.txt"
8080

81+
case "$ruby" in
82+
truffleruby)
83+
echo "$version" > "../$ruby/stable.txt"
84+
;;
85+
esac
86+
8187
popd >/dev/null

0 commit comments

Comments
 (0)