Release RC1
See original GitHub issue- 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:9
- Comments:8 (7 by maintainers)
Top Results From Across the Web
RC1? What does this mean precisely? | [H]ard - HardForum
RC means the manufacturer knows of no bugs that would prevent the software from being released. Even at RTM, there are usually known...
Read more >WordPress 6.1 Release Candidate 1 (RC1) Now Available
WordPress 6.1 is planned for official release on November 1st, 2022, three weeks from today. This version of the WordPress software is under ......
Read more >Java Edition RC1 - Minecraft Wiki - Fandom
RC1 is the first release candidate for Java Edition 1.0.0 which was released on November 13, 2011, which adds durability to bows, sounds...
Read more >Spring Framework 6.0 goes RC1
Dear Spring community,. It is my pleasure to announce that a feature-complete Spring Framework 6.0 release candidate is available now!
Read more >Announcing Entity Framework 7 Release Candidate 1
EF7 RC1 is released and includes top requested features from JSON column support to bulk updates and stored procedure mapping.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We need a new release of sbt-dotty, too: f75e6fb3c59fae896b5b9e46c8bb294f04042924
@ShapelessCat I am not sure what’s happening, but thank you for linking to the discussion, I added my example there.