-
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
Invoke closeAndReleaseSonatypeStagingRepository in the publish gradle invocation #35272
Conversation
scripts/release-utils.js
Outdated
'./gradlew publishAllToSonatype closeAndReleaseSonatypeStagingRepository -PisNightly=' + | ||
isNightly, |
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.
@kelset IIRC, Nico was saying that this -PisNightly=' +isNightly
is not required due to the check at line 61. Do you remember the same? I think I can safely remove that part of the string, WDYT?
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.
yeah I think it can be removed 👍
Base commit: 0376aa4 |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
cd39e4c
to
19320cb
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…h gradle invocation
19320cb
to
31672a8
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Base commit: 0376aa4 |
… invocation (facebook#35272) Summary: This PR ports back into main the changes required to properly close the SonaType repository on Maven ## Changelog [General] [Fixed] - Close the Maven repository properly Pull Request resolved: facebook#35272 Test Plan: We tested these changed in 0.71-stable branch when releasing 0.71.0-RC.0 Reviewed By: christophpurrer Differential Revision: D41154965 Pulled By: cipolleschi fbshipit-source-id: 74dd46e8fabf3baef544342282829c70d92f671f
Summary
This PR ports back into main the changes required to properly close the SonaType repository on Maven
Changelog
[General] [Fixed] - Close the Maven repository properly
Test Plan
We tested these changed in 0.71-stable branch when releasing 0.71.0-RC.0