-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
itype:metaIssues about process/similarIssues about process/similar
Milestone
Description
- Finalize the the stable and RC releases
- Look at the milestone of the RC version being released. Move all the open issues from it to the next milestone.
- Merge branch
0.20.x
intomaster
to guarantee that all of the0.20.x
commits are propagated tomaster
- Publish artifacts to Maven via CI. Use the following command:
bash <(curl -sL https://raw.githubusercontent.com/lampepfl/dotty/master/docs/docs/contributing/release.sh) 20
- On branch
0.20.x
, setbaseVersion
to0.20.0
andgit tag
it as0.20.0
. This will publish artefacts to Sonatype and GitHub Release - Create branch
0.21.x
frommaster
- On
0.21.x
, setbaseVersion
to0.21.0-RC1
andgit tag
it as0.21.0-RC1
. This will publish artefacts to Sonatype and GitHub Release. - On
master
, setbaseVersion
to0.22.0
- On branch
- Update
scalaVersion
(and, if applicable, thesbt-dotty
version) in the Dotty ecosystem projects- https://github.com/lampepfl/dotty-example-project
- Committed to
master
- Committed to
- https://github.com/lampepfl/dotty-example-project/tree/mill
- https://github.com/lampepfl/dotty.g8
- Committed to
master
- Committed to
- https://github.com/lampepfl/dotty-cross.g8
- Committed to
master
- Committed to
- https://github.com/lampepfl/dotty-staging.g8
- Committed to
master
- Committed to
- https://github.com/lampepfl/homebrew-brew
- Committed to
master
- SHA256 sum for the artifact:
wget -q -O- https://github.com/lampepfl/dotty/releases/download/0.21.0-RC1/sha256sum.txt | grep ".tar.gz"
- Committed to
- https://github.com/lampepfl/packtest
- Committed to
master
- Committed to
- 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
0.21.0-RC1
- Dotty reference compiler
- PR submitted
- PR merged
- Scalac
- PR submitted
- PR merged
- https://github.com/lampepfl/dotty-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
Metadata
Metadata
Assignees
Labels
itype:metaIssues about process/similarIssues about process/similar