Release prep - #61
Open
lisajulia wants to merge 5 commits into
Open
Conversation
There was a problem hiding this comment.
The PR introduces the Maven Central release pipeline but has several correctness issues that would likely result in a broken or incomplete release: the GPG signing phase is bound too late, the sources and javadoc JARs are never actually generated (only version-managed), and the deploy-release profile is never activated by the workflow.
PR Bot Information
Version: 1.29.45
- File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened - Correlation ID:
d8512d50-a0a6-11f1-89b5-1e27cf3b67af
lisajulia
force-pushed
the
release-prep
branch
from
August 25, 2026 17:08
6bbc1f7 to
f58f502
Compare
lisajulia
force-pushed
the
release-prep
branch
from
August 25, 2026 17:30
905b2cd to
9e9ad79
Compare
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
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.
Release Preparation: Add Maven Central Deployment Pipeline
Chore
🚀 Adds automated release pipeline and Maven Central publishing configuration to support releasing the
cds-feature-n8nartifact to Maven Central.Changes
.github/workflows/release.yml: New GitHub Actions workflow that triggers on GitHub release events and delegates to the sharedcap-java/.githubreusable workflow for deployment to Maven Central. Configures BlackDuck scanning for thesap.capire.cds-feature-n8nproject.pom.xml: Two main additions:maven-source-plugin(3.4.0),maven-deploy-plugin(3.1.4),maven-gpg-plugin(3.2.8),central-publishing-maven-plugin(0.11.0), andmaven-javadoc-plugin(3.12.0).deploy-releaseprofile: New Maven profile that activates GPG artifact signing during the deploy phase and configures the Sonatype Central Publishing plugin to publish to Maven Central, while explicitly excluding integration test and coverage report modules from being published.PR Bot Information
Version:
1.29.45pull_request.openedd8512d50-a0a6-11f1-89b5-1e27cf3b67afanthropic--claude-4.6-sonnet