You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the release-website-update-api job is still part of the release-main flow, the api links will be updated before the tag is pushed to github, which means the source links are broken in the mean time. Last time, I fixed this by creating a branch with the same name as the tag, but that has its own downsides. Maybe we should remove the update-api job from the release flow?
Milestone: https://github.com/scala/scala/milestone/60
Target date: July 3, 2017
Before the release
Release notes
Actual release
version.properties
, maybe create a PR with updatesStage the release
SCALA_VER_BASE
andSCALA_VER_SUFFIX
: https://scala-ci.typesafe.com/view/scala-2.13.x/job/scala-2.13.x-release-main/293/git tag -s -m "Scala [version]" v[version] [sha]
,git tag -s -m "Scala [version]" v[version] [sha]
,Point of no return
git push https://github.com/scala/scala.git v[version]
git push https://github.com/scala/scala-dist.git v[version]
st_stagingRepoPromote [scala-repo]
,st_stagingRepoPromote [modules-repo]
Check availability
When everything is on maven central
versions.properties
(new file generated by the bootstrap job) and thebaseVersion
inbuild.sbt
: Update bootstrapping version to 2.13.0-M2 scala#6028Announcements
Release modules
For binary incompatible releases, release modules that are not built during the scala/scala bootstrap (or ask maintainers to do so)
The text was updated successfully, but these errors were encountered: