Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 319 Bytes

Release.md

File metadata and controls

13 lines (9 loc) · 319 Bytes

Things to do when releasing:

  • Update version in build.gradle
  • Update version in src/main/groovy/hr/helix/kin/Help.groovy

git work:

$ git tag $version
$ git push
$ git push --tags

Then gradle dist and upload build/distributions/kin-$version.zip to https://github.com/mbezjak/kin/downloads.