-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
itype:metaIssues about process/similarIssues about process/similar
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.26.x
intomaster
to guarantee that all of the0.26.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) 26
- On branch
0.26.x
, setbaseVersion
to0.26.0
andgit tag
it as0.26.0
. This will publish artefacts to Sonatype and GitHub Release - Create branch
0.27.x
frommaster
- On
0.27.x
, setbaseVersion
to0.27.0-RC1
andgit tag
it as0.27.0-RC1
. This will publish artefacts to Sonatype and GitHub Release. - On
master
, setbaseVersion
to0.28.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/dotty-tasty-inspector.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.27.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.27.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
biboudis and cilicio
Metadata
Metadata
Assignees
Labels
itype:metaIssues about process/similarIssues about process/similar