Closed
Description
-
Publish artifacts to Maven via CI
- Ensure scala-steward is blocking automatic upgrades for
3.3.5
- On
release-3.3.5
branch:- In
project/Build.scala
: SetbaseVersion = "3.3.5"
and ensurereferenceVersion
is set to stable version - In
tasty/src/dotty/tools/tasty/TastyFormat.scala
ensureMinorVersion
is set to 3 - In
tasty/src/dotty/tools/tasty/TastyFormat.scala
ensureExperimentalVersion
is set to stable (0) - Create changelog file in
changelogs/3.3.5.md
- Tag the branch as
3.3.5
- Wait for CI to publish artifacts
- Audit and release artifacts on https://oss.sonatype.org/
- In
- Ensure scala-steward is blocking automatic upgrades for
-
Wait for releases/confirmation from tooling:
- Scala CLI - test
- Scala Native - publish compiler plugin
- Scastie - update available versions
- Scala DAP - publish compiler plugin
- Scalameta Parser - test
-
Prepare the documentation
- Generate stable documentation for
3.3.5
using scaladoc and upload to remote server to3.3.5/
directory - Add
3.3.5
to API docsversions.json
- Update symlink
3.3_LTS
to target3.3.5/
directory
- Generate stable documentation for
-
Announce the release
- Publish release on GitHub Releases (convert to public)
- Publish an announcement for
3.3.5
blogpost on https://scala-lang.org/blog/announcements/ Scala LTS 3.3.5 announcement scala-lang#1728 - Update the tracking thread for
3.3.5
on https://contributors.scala-lang.org - Update https://docs.scala-lang.org/: Add API docs for 3.3.5 LTS and update compatibility table docs.scala-lang#3151
- In
api/all.md
in## Previous releases
section add entry for previous stable version - In
_overviews/jdk-compatibility/overview.md
- add entry for 3.3.5 if needed
- In
-
Update the ecosystem
- Release
3.3.5
to SDKMAN - Release
3.3.5
to Chocolatey - Update Scala Steward config:
- Unlock automatic upgrades for
3.3.5
- Block automaitc upgrades for next planned version
- Unlock automatic upgrades for
- Update Bazel Scala rules repositories config to use
3.3.5
- Release