Skip to content
r0b5t4 edited this page May 27, 2020 · 3 revisions

Making a release

  1. Make sure you are on the latest master branch
  2. Make sure the version number in nlcmd build.gradle is greater than in the maven repo
  3. Make sure github.properties is available in the project root or the corresponding envinronment variables for authentication are set
  4. Run ./gradle nlcmd:test, then./gradle nlcmd:assembleRelease and ./gradle nlcmd:publish
  5. Go to the maven repo and copy the nlcmd README.md as package description
  6. Bump package version in nlcmd build.gradle with commit message Post release version bump to <version>
  7. Update https://github.com/ktm-technologies/ktm-technologies.github.io/blob/master/nlcmd.md
  8. Announce package
Clone this wiki locally