-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
(❓) Should minor versions have pre-releases #6062
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
The number of patch releases is greater since #5858 because we're backporting all false positives fixes all the time. Before that we were only fixing crashes for a short period of time. So more and faster patch releases was expected for 2.13 and is not necessarily a bad thing. Before that we were just waiting longer to release and not releasing fixes until the next minor. (See for example 2.13.2) It's possible to test the latest pylint without pre-release from us by using That being said we can pre-release minors if it's useful. We could even release 2.14.0a0 right now. I think a little more automation would be required if we release weekly or more, but nothing is impossible. |
To add to what @Pierre-Sassoulas said:
|
@Pierre-Sassoulas Would you be able to release a pre-release for I don't think there is much left that should go in a pre-release, most of what's left of |
I think it would be 🥇 to also get in these into the pre-release:
|
All right let's do this at the same time than we release 2.13.6. |
@Pierre-Sassoulas After that we can do a patch release on |
Releasing astroid 2.11.3 is harder than anticipated, I had to cherry-pick a lot of dependencies changes without which pre-commit and tbump fails. |
pylint now has an upgraded astroid version following the release of astroid 2.11.3 and #6398, I'm going to:
|
As #6221 was merged I think we can release |
Well if we're doing a beta release we might as well consider #6405? That seems like it could break many things 😅 I'm less worried about the |
@Pierre-Sassoulas One thing to add to the TODO: |
@Pierre-Sassoulas I think we can release the beta now right? I have also cleared up the |
Yes, let's clean up the deprecation in the changelog in the 2.14 release branch and release the beta. |
Question
2.13 came with a fair few issues and required three patch releases within 4 days. If there were publicized pre-releases the community would have had a chance to report these issues before a general release.
Documentation for future user
I'm always willing to test pre-releases and raise issues
Additional context
No response
The text was updated successfully, but these errors were encountered: