-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
itype:metaIssues about process/similarIssues about process/similar
Description
Release procedure for unstable version 3.7.3-RC3
-
Publish artifacts to Maven via CI
- Ensure scala-steward is blocking automatic upgrades for
3.7.3
- On
release-3.7.3
branch:- In
project/Build.scala
: SetbaseVersion = "3.7.3-RC3"
and ensurereferenceVersion
is set to stable version - In
tasty/src/dotty/tools/tasty/TastyFormat.scala
ensureMinorVersion
is set to 7 - In
tasty/src/dotty/tools/tasty/TastyFormat.scala
ensureExperimentalVersion
is set to stable (0) - Create changelog file in
changelogs/3.7.3-RC3.md
- Tag the branch as
3.7.3-RC3
- Wait for CI to publish artifacts
- Audit and release artifacts on https://central.sonatype.com/
- In
- Ensure scala-steward is blocking automatic upgrades for
-
On
main
branch:- In
project/Build.scala
: SetreferenceVersion
to3.7.3-RC3
[chore] Set reference compiler version to 3.7.3-RC3 #23868 - Check and update
project/MiMaFilters.scala
- In
-
Wait for releases/confirmation from tooling:
- Scala CLI - test Bump Scala 3 Next RC to 3.7.3-RC3 VirtusLab/scala-cli#3854
- Scala Native - publish compiler plugin
- Scastie - update available versions Updated latest Scala Next to 3.7.3-RC3 scalacenter/scastie#1142
- Scala DAP - publish compiler plugin
- Scalameta Parser - test
-
Announce the release
- Publish release on GitHub Releases (as pre-release)
- Update tracking thread on https://contributors.scala-lang.org
Metadata
Metadata
Labels
itype:metaIssues about process/similarIssues about process/similar