Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 490 Bytes

HOWTO.md

File metadata and controls

12 lines (9 loc) · 490 Bytes

HOW TO

Publish a new release

  1. Apply any needed change
  2. Increment the version number into the Gruntfile
  3. Run both default and release target to build the scripts
  4. Increment the version number into the Readme, install section (gradle has to match the latest tag)
  5. Push your changes and create a new tag. The new tag has to be created before pushing the lib.
  6. From the root folder, run this command to update the lib (and pushing to JitPack):

./gradlew install