Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

Release.md

File metadata and controls

14 lines (10 loc) · 357 Bytes

Things to do when releasing:

  • Mention changes in Changelog.md
  • 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 build and upload build/distributions/kin-$version.zip to https://github.com/mbezjak/kin/downloads.