Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.29 KB

BuRST - Basic Report Subscription Tool

Build Status Master License

What is this

This provides 2 available builds

  1. burst-service
  2. grails-burst-plugin

See the README for each to find out more.

Release

To release, use gradle to build and deploy, if you have gradle installed then use as normal if not then use ./gradlew

  1. Firstly use git flow to create a new release with the next version number.
  2. Change the version in the main gradle.properties file.
  3. Commit the update
  4. Finish the git flow release and tag with the version number
  5. git checkout the master branch
  6. gradle test run a final test
  7. gradle bintrayUpload --info build and deploy to Bintray

You will need to set system environment variables

  • BINTRAY_USER - your Bintray username
  • BINTRAY_KEY - your Bintray API key

Assuming test completes then run the bintrayUpload command to build the jars and tar files and then upload them to Bintray.