Skip to content

docs: record tag-driven release automation decision#130

Draft
OmarAlJarrah wants to merge 1 commit into
mainfrom
docs/release-automation-plan
Draft

docs: record tag-driven release automation decision#130
OmarAlJarrah wants to merge 1 commit into
mainfrom
docs/release-automation-plan

Conversation

@OmarAlJarrah

Copy link
Copy Markdown
Member

Summary

Records the release-automation approach for the SDK ahead of the first non-alpha tag, in docs/release-automation.md.

The repository already has a complete, centralized publishing setup: the dexpace.published-module convention plugin configures the library Maven publication, shared POM, and CI-gated in-memory PGP signing for the nine publishable modules, with coordinates sourced from gradle.properties. What was missing was a trigger and a credential path.

Decision

Tag-driven publishing through GitHub Actions, built directly on the existing maven-publish + signing convention plugin:

  • A v* tag push triggers a release workflow that builds, signs, and publishes to Maven Central via Sonatype directly (upstream Gradle/Actions only, no third-party release host).
  • Versioning and changelog stay manual for now; gradle.properties remains the single version source.
  • No release-please/semantic-release framework is introduced at the current cadence.

The doc captures the decision and rationale, the tag trigger, the four required repository secrets (SIGNING_KEY, SIGNING_PASSWORD, SONATYPE_USERNAME, SONATYPE_PASSWORD), the publish target, the workflow steps, and an operational checklist for the first stable release.

Docs-only change.

Closes #75

@OmarAlJarrah OmarAlJarrah marked this pull request as draft June 17, 2026 01:54
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.

Decide on release automation before the first non-alpha tag

1 participant