-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add property release.autoPublish to pom.xml #25880
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
infvg
approved these changes
Aug 25, 2025
tdcmeehan
approved these changes
Aug 25, 2025
Contributor
Author
|
I'll investigate and provide more info to central support team today, will try this tomorrow if no response. |
unidevel
added a commit
that referenced
this pull request
Aug 26, 2025
## Description Fix issue #25856, requires PR #25880 ## Motivation and Context For this release, will push the artifacts for validation, then confirm the publishing manually from [the central portal](https://central.sonatype.com/), so that we can confirm all artifacts validated before publishing. In case of error, 1. Validation error - fix in the release branch and start a new workflow to re-tag and publish 2. Partial published - fix in the release branch and start a new workflow to re-tag and publish(can only publish the failed modules) ## Impact Release 0.294 ## Test Plan N/A ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ## Release Notes ``` == NO RELEASE NOTE == ```
unidevel
added a commit
to unidevel/presto
that referenced
this pull request
Aug 28, 2025
This PR 1. Added the property `release.autoPublish` so that it can be controled by github action 2. Removed the deprecated `nexus-staging-maven-plugin` As part of the fix for PR prestodb#25879 Release 0.294 N/A - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ``` == NO RELEASE NOTE == ```
lga-zurich
pushed a commit
to lga-zurich/presto-exchange
that referenced
this pull request
Sep 8, 2025
## Description Fix issue prestodb#25856, requires PR prestodb#25880 ## Motivation and Context For this release, will push the artifacts for validation, then confirm the publishing manually from [the central portal](https://central.sonatype.com/), so that we can confirm all artifacts validated before publishing. In case of error, 1. Validation error - fix in the release branch and start a new workflow to re-tag and publish 2. Partial published - fix in the release branch and start a new workflow to re-tag and publish(can only publish the failed modules) ## Impact Release 0.294 ## Test Plan N/A ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ## Release Notes ``` == NO RELEASE NOTE == ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR
release.autoPublishso that it can be controled by github actionnexus-staging-maven-pluginMotivation and Context
As part of the fix for PR #25879
Impact
Release 0.294
Test Plan
N/A
Contributor checklist
Release Notes