scala/scala-dev

Release Scala 2.13.11-M1

SethTisue opened this issue · 0 comments

context is scala/scala#10306 — we need to re-bootstrap in order to test on JDK 20

Prepare

  • Merge 2.12.x forward onto 2.13.x

Stage

  • Make sure there are no stray staging repos on Sonatype
  • Trigger a custom build on travis
  • Wait for the build to finish, check contents of staging repos
  • Create the scala/scala tag locally: git tag -s -m "Scala 2.13.11-M1" v2.13.11-M1 44c600610ad076468708de0702fb2a76c5a7e15c

Release! (point of hard no-return)

  • Push scala/scala tag: git push https://github.com/scala/scala.git v2.13.11-M1
  • Promote staging repos (using oss.sonatype.org web UI)

Check availability

Afterwards

  • Create a scala/scala PR to:
    • update starr.version in /versions.properties