-
Notifications
You must be signed in to change notification settings - Fork 14
Release 2.13.0-RC1 #599
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
Comments
Looks like we're getting close to ticking boxes above here! The issues tracker is down to a dozen unassigned tickets. In order for these to make RC1, they must have a PR before the end of the week. Once that's done, we'll close the PR queue and review & merge the pending PRs. |
Given the size of the queue and the remaining work on some of the PRs, I expect this will take between 4-6 weeks before we can actually stage RC1. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Looks like we're tracking nicely! https://github.com/scala/scala/pulls?q=is%3Aopen+is%3Apr+milestone%3A2.13.0-RC1 is down to 61 PRs. At a rate of 15-20 PRs merged per week, 3-4 more weeks to go. New PRs are now being assigned the 2.13.1 milestone. Please @ me on any PRs that you believe are release blockers, and I'll look into re-assigning. |
I should mention that I'm on vacation until the end of the month -- I'll still be available, but response time will be slower. The suboptimal timing is due to family schedule. I'm hoping that the PR queue will be completed by the time I get back, so that we can cut RC0 (or |
See also Seth's update at https://contributors.scala-lang.org/t/2-13-0-rc1-timing-january-2019/2375/3 |
Since my last update, we've merged 82 PRs! Whew 😅 After the weekend, any unmerged PR without the blocker label will miss 2.13.0. We are focussing on getting the last few blocker PRs merged, which will hopefully be the case early next week. |
Release is in progress |
Scala 2.13.0-RC1 is here! https://twitter.com/scala_lang/status/1115187706026430464 |
Uh oh!
There was an error while loading. Please reload this page.
It's time to start the ramp-down phase for 2.13.0-RC1! Follow along with our checklist in the last weeks before RC1! For a PR to target 2.13.0 (or any of the RCs) it must resolve a release-blocking bug. Others have to wait for 2.13.1.
Variables to be expanded in this template:
Key links:
6 weeks before the release
1 week before release
Release announcement / notes
documentation/api.md
download/index.md
_config.yml
(update devscalaversion or scalaversion)api/all.md
Point of no return
SCALA_VER_BASE
andSCALA_VER_SUFFIX
in the custom config: https://travis-ci.org/scala/scala/builds/515671563before_install: export SCALA_VER_BASE=2.13.0 SCALA_VER_SUFFIX=-RC1
)git tag -s -m "Scala 2.13.0-RC1" v2.13.0-RC1 $SCALA_SHA
git tag -s -m "Scala 2.13.0-RC1" v2.13.0-RC1 $DIST_SHA
git push https://github.com/scala/scala.git v2.13.0-RC1
git push https://github.com/scala/scala-dist.git v2.13.0-RC1
before_install: export version=2.13.0-RC1 mode=archives scala_sha=63769aff4d7301b595d5b3cd71a28c31313ff408
: https://travis-ci.org/scala/scala-dist/builds/515705027before_install: export version=2.13.0-RC1 mode=update-api scala_sha=63769aff4d7301b595d5b3cd71a28c31313ff408
: https://travis-ci.org/scala/scala-dist/builds/515704274 (this job failed on the last step -- repeating the symlink manually as the same user with the same command worked over ssh.. 🤷♂️)st_stagingRepoPromote [scala-repo]
,st_stagingRepoPromote [modules-repo]
(or use oss.sonatype.org web UI)Check availability
When everything is on maven central
current
symlink for the API docsModules
Announcements
Afterwards
versions.properties
(new file generated by the bootstrap job) and thebaseVersion
inbuild.sbt
The text was updated successfully, but these errors were encountered: