-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(versioning): add PVP versioning scheme #32298
Conversation
This initial version only supports ranges with form >=X.Y && <V.W Follow up PRs will add support for datasource, manager, and possibly more range forms.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First part
Thanks for the review, I believe I have addressed your comments. Please let me know if something is missing. |
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
I have addressed all outstanding requests, please let me know if there is anything else I can do to advance this! |
🎉 This PR is included in version 39.54.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
This initial version of PVP versioning only supports Cabal ranges with form
Follow up PRs will add support for datasource, manager,
and possibly more range forms.
Context
Documentation (please check one with an [x])
Since these changes are not user facing (yet), I am not editing documentation yet.
How I've tested my work (please select one)
I have verified these changes via:
Since upcoming PRs will add datasource/manager, we can test on real repos then.