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
Look at the milestone of the version being released. Move all the open issues from it to the next milestone.
Publish artifacts to Maven via CI
Create branch release-3.1.0 from master
On that branch
In Build.scala: Set baseVersion to 3.1.0-RC1
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.0-RC1
On master:
In Build.scala: Set baseVersion to the next version to be released
Announce the release
Publish releases for the RC and stable versions on GitHub Releases
@bishabosha@nicolasstucki Sure. I only wanted to have an issue with a checklist for tracking the progress. I will start the procedure on Monday, or later if it is needed.
@Kordyjan we have closed all issues/PRs from the 3.1.0 milestone. We should let the CI build and test a nightly build today. We can start the release process tomorrow.
Uh oh!
There was an error while loading. Please reload this page.
release-3.1.0
frommaster
Build.scala
: SetbaseVersion
to3.1.0-RC1
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.0-RC1
master
:Build.scala
: SetbaseVersion
to the next version to be releasedThe text was updated successfully, but these errors were encountered: