-
Notifications
You must be signed in to change notification settings - Fork 412
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
chore(ci): introduce daily pre-releases #4535
chore(ci): introduce daily pre-releases #4535
Conversation
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
one last change (tomorrow) but ready to review @leandrodamascena. I had to change the Install section to make this fit. ![]() ![]() ![]() ![]() |
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.
Hello @heitorlessa! We're making incredible progress in having pre-releases and allowing customers to test things before they go to production. Thanks for working on this, I couldn't do better than you did here.
I left some small changes and questions!
Co-authored-by: Leandro Damascena <lcdama@amazon.pt> Signed-off-by: Heitor Lessa <lessa@amazon.nl>
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
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.
AMAZING WORK @heitorlessa! ❤️
APPROVED!!!!
Issue number: #4506
Summary
This PR introduces a new workflow to release alpha releases (a.k.a pre-releases) on a daily basis. This is due to last release having an undetected regression that a canary and tests with optional dependencies could've prevented.
With pre-releases, we have the following benefits:
Changes
RELEASE_VERSION
is a pre-release version to avoid accidental releases / pollutionpre-release
to allow PyPi deploymentpre-release
pre-releases
to make it visibleMAINTAINERS.md
covering daily pre-releaseRequirements matching
.alpha
over poetry default.a
is a deal breaker (nope)CHANGELOG
(avoid spam, doesn't affect stable release on what's in it)pyproject.toml
andshared/version.py
(ensure deterministic for next release)devs etc)
develop
covers it, avoid dropdown UX issue)dispatch
pending-release
issues (no post-release prod tasks)User experience
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.