Skip to content

ci: release workflow — deploy to Maven Central on tag push#2

Merged
sunilp merged 1 commit intomainfrom
feat/maven-central-release-workflow
May 6, 2026
Merged

ci: release workflow — deploy to Maven Central on tag push#2
sunilp merged 1 commit intomainfrom
feat/maven-central-release-workflow

Conversation

@sunilp
Copy link
Copy Markdown
Member

@sunilp sunilp commented May 6, 2026

Summary

Adds .github/workflows/release.yml that fires on tag push (v*) and runs mvn -P release deploy to publish to Maven Central. Repository secrets (GPG_PRIVATE_KEY, GPG_PASSPHRASE, MAVEN_CENTRAL_USERNAME, MAVEN_CENTRAL_PASSWORD) are already configured.

Why

v0.2.0 is already tagged on main but the artifacts aren't on Maven Central — there was no release workflow. This PR adds the missing automation. After merge, re-pushing the tag (or pushing the next tag) will trigger the release.

Test plan

  • CI green on existing mvn verify -B workflow
  • After merge, delete + repush v0.2.0 tag to trigger the release workflow
  • Confirm artifacts appear on https://central.sonatype.com under dev.jamjet:jamjet-cloud-sdk:0.2.0 and dev.jamjet:jamjet-cloud-spring-boot-starter:0.2.0

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Warning

Rate limit exceeded

@sunilp has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 43 minutes and 38 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6bb3c636-ec30-4b7e-9756-8a64d6491aad

📥 Commits

Reviewing files that changed from the base of the PR and between ea0b82d and e8eed00.

📒 Files selected for processing (1)
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/maven-central-release-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sunilp sunilp merged commit 1116220 into main May 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant