Skip to content

Releasing

Marc Philipp edited this page Mar 25, 2022 · 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 clean uploadArchives
  • Close staging repo on Nexus
  • Release staging repo on Nexus
  • Tag current commit
  • Execute ./gradlew -PreleaseBranch=r1.0.0-M2 -PreplaceCurrentDocs clean publishGhPages
  • Change version in gradle.properties to new development version
  • Push to GitHub
Clone this wiki locally