forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 39
Update release proccess #754
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
dkropachev
merged 3 commits into
scylladb:scylla-4.x
from
dkropachev:dk/update-release-proccess
Nov 8, 2025
Merged
Update release proccess #754
dkropachev
merged 3 commits into
scylladb:scylla-4.x
from
dkropachev:dk/update-release-proccess
Nov 8, 2025
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
94fb325 to
514cdfe
Compare
Author
|
Release proccess tested here: https://github.com/scylladb/java-driver/actions/runs/19142882731 |
Bouncheck
reviewed
Nov 7, 2025
Bouncheck
left a comment
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.
Added comments to changes that seemed like they need addressing and some bonus questions.
514cdfe to
0081979
Compare
Bouncheck
approved these changes
Nov 7, 2025
nikagra
approved these changes
Nov 7, 2025
1. Remove re-release, make it part of the release pipeline 2. Feed gpg passphrase directly to plugins via MAVEN_GPG_PASSPHRASE instead of GPG_PASSPHRASE 3. Add RELEASE_SKIP_TEST to `make release` and `make release-prepare` 4. Move checkout-one-commit-before from cicd to the Makefile 5. Dump release logs to the files 6. Add release.properties to `make clean`
…lishing-maven-plugin central-publishing-maven-plugin fails for java-driver-distribution, eventhough it is disabled with following error: ``` Failed to execute goal org.sonatype.central:central-publishing-maven-plugin:0.8.0:publish (injected-central-publishing) on project java-driver-distribution: The packaging for this project did not assign a file to the build artifact ```
756550b to
f6ddac4
Compare
Author
|
Final test after rebase - https://github.com/scylladb/java-driver/actions/runs/19183925103 |
New sonatype plugin and sonatype central has different requirements from old system. As result release proccess is broken in multiple steps. This commit address most of this problems doing the following: 1. Drop old sonatype plugin 2. Move module release skipping to the parent pom.xml 3. Populate missing fields in modules, like description 4. Move all deps version info to parent pom.xml DependencyManagement 5. Move all plugin version info to parent pom.xml PluginManagement
f6ddac4 to
5b3101d
Compare
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.
Items:
pom.xml