Closed
Description
- Finalize release
- Look at the milestone of the version being released. Move all the open issues from it to the next milestone.
- Merge branch of the previous release into
master
to guarantee that all of the commits are propagated tomaster
- Publish artifacts to Maven via CI
- Create branch
3.0.0-RC1
frommaster
- On that branch, set
baseVersion
and tag it as3.0.0-RC1
- On
master
, setbaseVersion
to the next version to be released
- Create branch
- Update
scalaVersion
(and, if applicable, thesbt-dotty
version) in the Dotty ecosystem projects- https://github.com/scala/scala3-example-project
- https://github.com/scala/scala3-example-project/tree/mill
- https://github.com/scala/scala3.g8
- https://github.com/scala/scala3-cross.g8
- https://github.com/lampepfl/scala3-staging.g8
- https://github.com/scala/scala3-tasty-inspector.g8
- https://github.com/lampepfl/homebrew-brew
- SHA256 sum for the artifact:
wget -q -O- https://github.com/lampepfl/dotty/releases/download/<rc-version>/sha256sum.txt | grep ".tar.gz"
- SHA256 sum for the artifact:
- https://github.com/lampepfl/packtest
- https://github.com/lampepfl/xml-interpolator
- PR submitted
- PR merged
- https://github.com/scalacenter/scastie
- PR submitted
- PR merged
- https://scastie.scala-lang.org/ -> Build Settings -> Dotty mentions
<rc-version>
- Dotty reference compiler
- PR submitted
- PR merged
- Scalac
- PR submitted
- PR merged
- Update the dotty-repl Coursier app definition
- https://github.com/scala/scala3-example-project
- Announce the release
- Publish releases for the RC and stable versions on GitHub Releases
- Publish Blog Post on dotty.epfl.ch
- Make an announcement thread on https://contributors.scala-lang.org
- Tweet the announcement blog post on https://twitter.com/scala_lang