-
Notifications
You must be signed in to change notification settings - Fork 14
Release 2.13.5 #762
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
hmm, https://travis-ci.com/github/scala/scala/jobs/485066042 has
not sure why. I wonder if we ought to bite the bullet and upgrade to sbt-pgp 2.x |
rings a bell, but i'm not sure which one right now... |
I was tempted to push through an upgrade to sbt-pgp 2 rather than attempt to fix it with the existing versions, but probably it's better to at least try to do the minimum possible fix, first, and only consider an sbt-pgp upgrade as a last resort. |
My thinking had been, well we moved to travis-ci.com so maybe that means there's a newer GPG on the hosts. But sbt-pgp 1 uses BouncyCastle, so it shouldn't matter. |
Next thing to try, I guess, is just regenerating the secrets. |
The secrets were added by Adriaan in scala/scala#6390 in 2018, specifically in |
Lukas noticed that scala/scala#7432 added |
for debugging see #756 |
in the interest of getting the release out, I removed later at our leisure we can figure out what to do going forward: #764 |
that did work, but I dropped the staging repos since scala/scala#9516 seems like a better idea (thanks @dwijnand for the suggestion) |
Key links:
N weeks before the release
Release announcement / notes
N days before release
testAll
) on JDK 11 (ought to be in CI, but locally for now.)testAll
) on JDK 15 (ought to be in CI, but locally for now.)Point of no return
Once sufficient time has passed since last merged PR, it's time to cut the release!
How long we wait depends on what kind of release it is. For a major release, it might be 1-2 weeks, to give core projects time to try out the preceding release candidate and/or the current candidate nightly. For point releases, assuming we've given the community ahead-of-time warning and kept them appraised of progress on the Discourse thread, and assuming the last changes merged seem sufficiently safe, we might build the next day.
before_script: export SCALA_VER_BASE=2.13.5 SCALA_VER_SUFFIX=""
https://travis-ci.com/github/scala/scala/builds/217832096https://travis-ci.com/github/scala/scala/jobs/485158674git 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 v2.13.5
git push https://github.com/scala/scala-dist.git v2.13.5
before_script: export version=2.13.5 scala_sha=8cc248dc1305df4c17bb6b5738b700b60c9b5437 mode=archives
: https://travis-ci.com/github/scala/scala-dist/builds/217896025before_script: export version=2.13.5 scala_sha=8cc248dc1305df4c17bb6b5738b700b60c9b5437 mode=update-api
: https://travis-ci.com/github/scala/scala-dist/builds/217896042st_stagingRepoPromote [scala-repo]
,st_stagingRepoPromote [modules-repo]
(or use oss.sonatype.org web UI)Check availability
When everything is on maven central
documentation/api.md
download/index.md
_config.yml
(update devscalaversion or scalaversion)index.md
(updatecurrentScalaVersion
)api/all.md
,_config.yml
current
symlink for the API docs/home/linuxsoft/archives/scala/api
onchara.epfl.ch
2.1x.y
to $SCALA_VER)ssh jenkins-worker-publish
, then from there you canssh -i ~/.ssh/jenkins_lightbend_chara [email protected]
Modules
Announcements
Afterwards
starr.version
in/versions.properties
Global / baseVersion
in/build.sbt
mimaReferenceVersion
in/project/MimaFilters.scala
mimaFilters
in/project/MimaFilters.scala
, except the one(s) labeled "KEEP"spec/_config.yml
, if it's a major bumplatestSpecVersion
inspec/_config.yml
on the old branch, so that spec is marked as no longer current_data/footer.yml
and_data/doc-nav-header.yml
on docs.scala-lang.orgThe text was updated successfully, but these errors were encountered: