chore: migrate to Rokt release process#663
Open
jamesnrokt wants to merge 8 commits intoworkstation/6.0-Releasefrom
Open
chore: migrate to Rokt release process#663jamesnrokt wants to merge 8 commits intoworkstation/6.0-Releasefrom
jamesnrokt wants to merge 8 commits intoworkstation/6.0-Releasefrom
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.



Background
semantic-release, a legacyscripts/maven.gradleapply-from pattern, and per-modulemaven-publish/signingconfiguration. Upgrading AGP from 8.1.4 → 8.3.2 (required by vanniktech 0.31.0 + Gradle 8.5) exposed two publish blockers, and the overall release process was fragile and difficult to maintain.What Has Changed
scripts/maven.gradle+ per-module publish setup with abuildSrcconvention plugin (mparticle.android.library.publish) powered by vanniktechgradle-maven-publish-plugin:0.31.0, centralising POM metadata, signing, and Sonatype coordinates across all modules.semantic-release/release.config.js/scripts/release.shwith two GitHub Actions workflows:release-draft.yml(bumpsVERSION, runs a publish smoke-test, opens a PR) andrelease-publish.yml(publishes to Maven Central when theVERSIONfile change lands onmain).afterEvaluateordering bug inKitPlugin.groovy— kitdescriptionandartifactIdnow propagate to POMs correctly via lazyconvention()providers./license/→/licenses/).ValidatePomTaskto validate all required Maven Central POM fields at build time before publish.Screenshots/Video
Checklist
Additional Notes
signingInMemoryKeyis present, so local and non-release CI builds never fail with a missing-key error.buildSrcprovides the convention plugin.Reference Issue (For employees only. Ignore if you are an outside contributor)