You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Build.scala: Set previousDottyVersion according to the instructions in the comment to that variable.
In tasty/src/dotty/tools/tasty/TastyFormat.scala: Set ExperimentalVersion to 0 to indicate a stable release; make sure MajorVersion and MinorVersion are set correctly for the release.
Tag the branch as 3.1.1
Publish changelog for 3.1.1 on GitHub Releases
Publish 3.1.2-RC1 artifacts to Maven via CI
Wait for green nightly CI build
Create branch release-3.1.2 from master
On that branch
In tasty/src/dotty/tools/tasty/TastyFormat.scala: Set ExperimentalVersion to 0 to indicate a stable release; make sure MajorVersion and MinorVersion are set correctly for the release.
Tag the branch as 3.1.2-RC1
On master:
In Build.scala: Set previousDottyVersion to 3.1.1
In Build.scala: Set referenceVersion to 3.1.2-RC1
In project/MiMaFilters.scala: Remove all exclude filters
In Build.scala: Set baseVersion to 3.1.3-RC1
In tasty/src/dotty/tools/tasty/TastyFormat.scala: make sure MajorVersion and MinorVersion are set correctly for the 3.1.3.
Scala Native artifacts for Scala 3.1.1 are on their way to the Maven repository. Supported versions are 0.4.3-RC1 and 0.4.3-RC2, but there were no problems and would be a part of the 0.4.3 final (release today)
A step that should be added to the checklist: close the corresponding milestone in https://github.com/lampepfl/dotty/milestones (and open a new milestone if needed with a date six weeks in the future).
release-3.1.1
branchBuild.scala
: SetbaseVersion
to3.1.1
Build.scala
: SetpreviousDottyVersion
according to the instructions in the comment to that variable.tasty/src/dotty/tools/tasty/TastyFormat.scala
: SetExperimentalVersion
to0
to indicate a stable release; make sureMajorVersion
andMinorVersion
are set correctly for the release.3.1.1
release-3.1.2
frommaster
tasty/src/dotty/tools/tasty/TastyFormat.scala
: SetExperimentalVersion
to0
to indicate a stable release; make sureMajorVersion
andMinorVersion
are set correctly for the release.3.1.2-RC1
master
:Build.scala
: SetpreviousDottyVersion
to3.1.1
Build.scala
: SetreferenceVersion
to3.1.2-RC1
project/MiMaFilters.scala
: Remove allexclude
filtersBuild.scala
: SetbaseVersion
to 3.1.3-RC1tasty/src/dotty/tools/tasty/TastyFormat.scala
: make sureMajorVersion
andMinorVersion
are set correctly for the 3.1.3.The text was updated successfully, but these errors were encountered: