feat: automate Maven Central releases with GitHub Actions (#29) - #46
Open
BHARGAV-RUE wants to merge 1 commit into
Open
feat: automate Maven Central releases with GitHub Actions (#29)#46BHARGAV-RUE wants to merge 1 commit into
BHARGAV-RUE wants to merge 1 commit into
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
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.
Issue
Closes #29
What's Changed
.github/workflows/release.ymlfor automated Maven Central releasessoftprops/action-gh-release@v1for auto-generated release notes (fixed deprecatedactions/create-release)Setup Required
Maintainers need to configure 4 GitHub Secrets:
GPG_PRIVATE_KEY— GPG private key (ASCII-armored)GPG_PASSPHRASE— GPG key passphraseOSSRH_USERNAME— Sonatype account email/IDOSSRH_PASSWORD— Sonatype auth tokenTesting
✅ Verified workflow YAML syntax
✅ Verified
release-sign-artifactsprofile exists in pom.xml✅ Verified
nexus-staging-maven-pluginconfiguration✅ Verified pom.xml has correct Maven Central coordinates
How to Use (Example only)