-
Notifications
You must be signed in to change notification settings - Fork 14
Release 2.12.9 #639
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
scala/scala PR is down to 4 PRs - https://github.com/scala/scala/milestone/77 /cc @retronym, @diesalbla |
scala/bug down to 3. https://github.com/scala/bug/milestone/98 two related to Saladoc with "help wanted" tag and one about fresh name. |
scala/scala PR have all been merged. If all goes well 2.12.9-bin-82e3405 is the current candidate. No further PRs will be committed unless there's a last-minute bug fix. |
community build SHA updated, runs on all three JDKs (8/11/12) in progress |
We might include this - scala/scala#8289 |
ok. New commit SHA is scala/scala@87d43d0. Scala 2.12.9-bin-87d43d0 is the current candidate. |
community builds restarted |
Ran scala-collection-laws:
|
Community Builds
|
Note to self: previous Travis trigger - https://travis-ci.org/scala/scala/builds/542650556/config
|
New commit SHA is scala/scala@cca78e1. This is comment change, so we can reuse the result on Community Build of any other testing. |
https://travis-ci.org/scala/scala/jobs/567895759 failed because scala/scala now uses before_install. trying before_script.. |
|
Triggering https://travis-ci.org/scala/scala-dist/builds/568002492: before_install: export version=2.12.9 scala_sha=cca78e1e18c55e5b0223b9dfa4ac230f7bc6a858 mode=archives https://travis-ci.org/scala/scala-dist/builds/568004143 before_install: export version=2.12.9 scala_sha=cca78e1e18c55e5b0223b9dfa4ac230f7bc6a858 mode=update-api |
@eed3si9n let's close this out...? (I'm about to make a ticket for 2.12.10.) |
Variables to be expanded in this template (or export them in a local terminal, so that you can copy/paste the commands below without replacing anything):
Key links:
previously
#582
N weeks before the release
Release announcement / notes
documentation/api.md
download/index.md
_config.yml
(update devscalaversion or scalaversion)api/all.md
N days before release
Point of no return
SCALA_VER_BASE
andSCALA_VER_SUFFIX
in the custom configbefore_install: export SCALA_VER_BASE=$SCALA_VER_BASE SCALA_VER_SUFFIX=$SCALA_VER_SUFFIX
)git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $SCALA_SHA
git tag -s -m "Scala $SCALA_VER" v$SCALA_VER $DIST_SHA
git push https://github.com/scala/scala.git v$SCALA_VER
git push https://github.com/scala/scala-dist.git v$SCALA_VER
before_install: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=archives
: https://travis-ci.org/scala/scala-dist/builds/?before_install: export version=$SCALA_VER scala_sha=$SCALA_SHA mode=update-api
: https://travis-ci.org/scala/scala-dist/builds/?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
scala-version
on docs.scala-lang.org (example: bump scala-version docs.scala-lang#1294)versions.properties
(new file generated by the bootstrap job) and thebaseVersion
inbuild.sbt
and the MiMa base version and exclusion filters and (if it's a major bump)spec/_config.yml
latestSpecVersion
inspec/_config.yml
on the old branch, so that spec is marked as no longer currentThe text was updated successfully, but these errors were encountered: