How do we handle a io.js v2.0 release candidate? #51
Description
There has been some rumbling in the latest TC meetings, and very recently in nodejs/node#1436, about releasing one or more release candidates (RCs) for the next major version of io.js (v2.0). I can only assume that the RC versions will be available similarly to how the official builds are distributed.
How should we handle RC versions with regards to the io.js Docker image? Do we ignore them and wait until the final version has been landed? Or can we make them available through an 2.0-rc-x
tag under the official image? If a tag on the official image is a no go, can we create a separate image for testing RCs? The latest
tag will of course continue to point to latest 1.x
version until v2.0 has been officially released.
I do think it is important to make RC versions available through the Docker image since the main purpose of an RC is to get as many people as possible to test them. What better way to test the new version than through Docker, right?! 🚀 😄