-
Notifications
You must be signed in to change notification settings - Fork 1.1k
3.1.2 & 3.1.3-RC1 Release procedure #14731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A wild blocker appeared! Sadly we need to wait for #14736 and RC3. |
This task list item is marked as checked, but baseVersion is currently 3.1.3-RC1 on main: https://github.com/lampepfl/dotty/blob/ebe3d54c3774bcaacad6696ccd2c444b637969b3/project/Build.scala#L62 |
Something went wrong. Thanks for pointing it out. |
This is also checked but doesn't seem to have been done. |
It should be rephrased as And it was done: 376d954#diff-66a10df3a732cc2c54a4831d5130bad719649c0cf3b4415525c657c5b73403db |
When the version number ends with a ".0", mima forward compatibility checks are disabled: https://github.com/lampepfl/dotty/blob/69d2daf37f8d9835dff16e4e25200584ecec1c6f/project/Build.scala#L85-L91 It looks like you changed MiMaFilters before baseVersion was updated so that's why you couldn't remove more exclude. |
Oh, I see. I indeed did things in reverse since it doesn't matter for patch releases. |
3.1.3-RC1 wasn't closed, so I just closed it and opened 3.1.3 to track backports. |
Uh oh!
There was an error while loading. Please reload this page.
release-3.1.2
branchBuild.scala
: SetbaseVersion
to3.1.2
Build.scala
: SetpreviousDottyVersion
to3.1.1
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
release-3.1.3
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.3-RC1
master
:Build.scala
: SetpreviousDottyVersion
to3.1.2
Build.scala
: SetreferenceVersion
to3.1.3-RC1
project/MiMaFilters.scala
: Remove allexclude
filtersBuild.scala
: SetbaseVersion
to 3.2.0-RC1tasty/src/dotty/tools/tasty/TastyFormat.scala
: make sureMajorVersion
andMinorVersion
are set correctly for the 3.2.0.The text was updated successfully, but these errors were encountered: