-
Notifications
You must be signed in to change notification settings - Fork 24.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
Adjust version parsing in release scripts, fix release dry runs in CI #43568
Conversation
This pull request was exported from Phabricator. Differential Revision: D55123739 |
d2760a7
to
8040bee
Compare
Summary: Widen validation checks in version utils to accept `0.x.x` (as opposed to `0.[not-'0'].x`), restoring CI checks on main after D55027120. Changelog: [Internal] Differential Revision: D55123739
This pull request was exported from Phabricator. Differential Revision: D55123739 |
Summary: Widen validation checks in version utils to accept `0.x.x` (as opposed to `0.[not-'0'].x`), restoring CI checks on main after D55027120. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D55123739
8040bee
to
e88d67d
Compare
This pull request was exported from Phabricator. Differential Revision: D55123739 |
Base commit: b7c1bd4 |
…facebook#43568) Summary: Fixes to restore passing CI checks on main after D55027120. - Widen validation checks in version utils to accept `0.x.x` (as opposed to `0.[not-'0'].x`). - Use `tag: test` instead of `tag: latest` for dry run job params. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D55123739
…facebook#43568) Summary: Fixes to restore passing CI checks on main after D55027120. - Widen validation checks in version utils to accept `0.x.x` (as opposed to `0.[not-'0'].x`). - Use `tag: test` instead of `tag: latest` for dry run job params. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D55123739
e88d67d
to
bbe6130
Compare
This pull request was exported from Phabricator. Differential Revision: D55123739 |
bbe6130
to
9c8507c
Compare
This pull request was exported from Phabricator. Differential Revision: D55123739 |
This pull request has been merged in d03b5dc. |
…#43568) Summary: Pull Request resolved: #43568 Fixes to restore passing CI checks on main after D55027120. - Widen validation checks in version utils to accept `0.x.x` (as opposed to `0.[not-'0'].x`). - Use `tag: test` instead of `tag: latest` for dry run job params. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D55123739 fbshipit-source-id: 9f76dced4e7aa3ce87d6680cd7687ae443305331
Summary:
Fixes to restore passing CI checks on main after D55027120.
0.x.x
(as opposed to0.[not-'0'].x
).tag: test
instead oftag: latest
for dry run job params.Changelog: [Internal]
Differential Revision: D55123739