-
Notifications
You must be signed in to change notification settings - Fork 14
Release 2.12.8 #582
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
I bumped the community build Scala SHA just now (scala/community-build@ac02adb) and triggered a fresh run at https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/ |
I (provisionally) closed the 2.12.8 milestone and made new 2.12.x PRs target 2.12.9. |
Community build is green on 2.12.8-bin-25c7215 |
@lrytz we might want to wait for a reply from @japgolly at scala/bug#11174 |
community build run on 2.12.8-bin-38cd84d: https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/3821/ UPDATE: it went green in run 3823 |
I'm planning to run the release scripts on 38cd84d tomorrow. |
did you make a decision about backporting scala/scala#7438 ? |
I think 2.12.9 is fine, it's an old bug after all (since 2.12.0) |
Beh, travis failed with I think at this stage I can just re-try, nothing has been published / uploaded except for the artifacts in the staging repo, which I can drop. EDIT: rebuild worked. |
@lrytz shouldn't the release notes mention the license change to Apache 2? |
@lrytz also scala/scala-lang#958 can be merged at the time you redo scala/scala-lang#980 |
come to think of it, the license change is also important enough to mention in the blog post |
Uh oh!
There was an error while loading. Please reload this page.
SCALA_SHA=38cd84d976880eab16af17a44d186bbddcd554f2
DIST_SHA=d8cf4f730a6d50411ea59a5e0df4e1f651255d48
Key links:
N weeks before the release
Release announcement / notes
documentation/api.md
download/index.md
_config.yml
(update devscalaversion or scalaversion)N days before release
Point of no return
SCALA_VER_BASE
andSCALA_VER_SUFFIX
in the custom configbefore_install: export SCALA_VER_BASE=2.12.8 SCALA_VER_SUFFIX=
git tag -s -m "Scala 2.12.8" v2.12.8 38cd84d976880eab16af17a44d186bbddcd554f2
git tag -s -m "Scala 2.12.8" v2.12.8 d8cf4f730a6d50411ea59a5e0df4e1f651255d48
git push https://github.com/scala/scala.git v2.12.8
git push https://github.com/scala/scala-dist.git v2.12.8
before_install: export version=2.12.8 scala_sha=38cd84d976880eab16af17a44d186bbddcd554f2 mode=archives
: https://travis-ci.org/scala/scala-dist/builds/463287808before_install: export version=2.12.8 scala_sha=38cd84d976880eab16af17a44d186bbddcd554f2 mode=update-api
: https://travis-ci.org/scala/scala-dist/builds/463324882st_stagingRepoPromote [scala-repo]
,st_stagingRepoPromote [modules-repo]
(or use oss.sonatype.org web UI)Check availability
When everything is on maven central
Modules
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: