-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
itype:metaIssues about process/similarIssues about process/similar
Description
- Merge Upgrade to scala-library 2.13.1 #7263
- 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.18.x
intomaster
to guarantee that all of the0.18.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) 18
- On branch
0.18.x
, setbaseVersion
to0.18.1
andgit tag
it as0.18.1
. This will publish artefacts to Sonatype and GitHub Release - Create branch
0.19.x
frommaster
- On
0.19.x
, setbaseVersion
to0.19.0-RC1
andgit tag
it as0.19.0-RC1
. This will publish artefacts to Sonatype and GitHub Release. - On
master
, setbaseVersion
to0.20.0
- On branch
- Update
scalaVersion
(and, if applicable, thesbt-dotty
version) in the Dotty ecosystem projects- https://github.com/lampepfl/dotty-example-project
– build fails because it incorrectly considers 0.19.1-... version as latest nightly
- 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.19.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.19.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
- Merge Given cleanups #7251
- 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