Add script to automatically register a new TruffleRuby release in RVM#4576
Conversation
|
BTW, is it necessary to update the ChangeLog for TruffleRuby releases? This would remain as a manual step as there is no easy way to predict the PR number. |
|
@pkuczynski Could you merge this PR? |
|
On the question of where to put it, I wonder if it'd be worth keeping it top level but renaming it |
|
I'm not looking forward to generalize the script for all Ruby implementations at this time, I'd rather merge what works and is useful now. I could rename to |
|
@havenwood @pkuczynski Please tell me what changes you want before merging, and then let's merge it 😃 |
|
Since it's an internal, contributor-facing script I think we can merge it as-is, then move it to |
|
Thank you for the PR! |
|
Thanks for merging! |
|
Sorry, was on holiday... |
|
@pkuczynski No worry. I wanted to merge this soon as it allows to simplify these instructions quite a bit: |
This automates adding a new TruffleRuby version in RVM, and avoids copy-paste errors.
Where should I place the script?
For now, I added it at the root of the repo like e.g.,
update-remote.sh.cc @pkuczynski @havenwood @nirvdrum