Skip to content

Releasing

Marc Philipp edited this page May 31, 2023 · 9 revisions
  • Change version in gradle.properties to the version about to be released
  • Change artifact versions in README.MD
  • Commit with message "Release ${VERSION}"
  • Execute ./gradlew --no-build-cache clean publish closeSonatypeStagingRepository
  • Release staging repo on Nexus
  • Tag current commit
  • Execute ./gradlew --no-build-cache -PreleaseBranch=r1.3.0 -PreplaceCurrentDocs clean gitPublishPush
  • Change version in gradle.properties to new development version
  • Push to GitHub
  • Create release on GitHub after artifacts are synced to Maven Central
Clone this wiki locally