-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:releasesIssues tied to publishing and releasing the language.Issues tied to publishing and releasing the language.itype:metaIssues about process/similarIssues about process/similar
Description
Release procedure for unstable version 3.8.3-RC1
-
Publish artifacts to Maven via CI
- Ensure scala-steward is blocking automatic upgrades for
3.8.3 - On
release-3.8.3branch:- Create changelog file in
changelogs/3.8.3-RC1.md - In
project/Build.scala: SetbaseVersion = "3.8.3-RC1"and ensurereferenceVersionis set to stable version - In
tasty/src/dotty/tools/tasty/TastyFormat.scalaensureMinorVersionis set to 8 - In
tasty/src/dotty/tools/tasty/TastyFormat.scalaensureExperimentalVersionis set to stable (0) - Tag the branch as
3.8.3-RC1 - Wait for CI to publish artifacts
- Audit and release artifacts on https://central.sonatype.com/
- Create changelog file in
- Ensure scala-steward is blocking automatic upgrades for
-
On
mainbranch:- In
project/Build.scala: SetreferenceVersionto3.8.3-RC1[chore] Update reference compiler to 3.8.3-RC1 #25336 - Check and update
project/MiMaFilters.scala
- In
-
Wait for releases/confirmation from tooling:
- Scala CLI - test: Bump Scala 3 Next RC to 3.8.3-RC1 VirtusLab/scala-cli#4147
- Scala Native - publish compiler plugin
- Scastie - update available versions
- Scalameta Parser - test and update dialects to include new features on a new minor test: Test scalameta with 3.8.3 scalameta/scalameta#4516
- Metals - update tests and make sure new features are supported chore: Test Metals with Scala 3.8.3-RC1 scalameta/metals#8211
- Mdoc - update tests test: Test mdoc with 3.8.3 scalameta/mdoc#1068
- Open Community Build - results
-
Prepare draft of announcement blogpost for
3.8.3on https://docs.scala-lang.org/ -
Announce the release
- Publish release on GitHub Releases (as pre-release)
- Create tracking thread on https://contributors.scala-lang.org
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:releasesIssues tied to publishing and releasing the language.Issues tied to publishing and releasing the language.itype:metaIssues about process/similarIssues about process/similar