Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 732 Bytes

RELEASE.md

File metadata and controls

14 lines (12 loc) · 732 Bytes

Release procedure

  • Set version number in build.gradle
  • Update version number in template/build-res/build.properties
  • Update version number in EngineVersion.java
  • Update the changelog
  • Merge changes to upstream master branch.
  • Wait for the CI build to finish successfully.
  • Tag the commit with the version number (i.e. v1.2.3)
  • Upload the release to OSSRH (staging repo): ./gradlew publish
  • Publish the release, see https://central.sonatype.org/pages/releasing-the-deployment.html
  • Create a distribution of nvlist-buildgui: ./gradlew :nvlist-buildgui:assembleDist
  • Upload the buildgui distributions (buildgui/build/release) as a GitHub release.