-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release channel automation #16677
Comments
brson
added a commit
to brson/rust
that referenced
this issue
Sep 15, 2014
Adds a new configure flag, --release-channel, which determines how the version number should be augmented with a release label, as well as how the distribution artifacts will be named. This is entirely for use by the build automation. --release-channel can be either 'source', 'nightly', 'beta', or 'stable'. Here's a summary of the affect of these values on version number and artifact naming, respectively: * source - '0.12.0-pre', 'rust-0.12.0-pre-...' * nightly - '0.12.0-nightly', 'rust-nightly-...' * beta - '0.12.0-beta', 'rust-beta-...' * stable - '0.12.0', 'rust-0.12.0-...' Per http://discuss.rust-lang.org/t/rfc-impending-changes-to-the-release-process/508/1
The automation for distribution is done, but for integration is not. |
Nominating for beta milestone. |
assigning 1.0-beta. (We could struggle on without it, but it makes more sense to get it deployed by that time). |
Closing this task and letting the remaining two bugs serve as the, well, remaining work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before 1.0 we want to change the release process to have multiple parallel release channels ('nightly', 'beta', 'stable', probably). This will require a bunch of new automation.
The text was updated successfully, but these errors were encountered: