Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 339 Bytes

RELEASING.md

File metadata and controls

11 lines (8 loc) · 339 Bytes

To deploy a release, run the following:

./gradlew deployRelease -Pincrement=[major|minor|patch]

The command does the following:

  1. Builds nanoscope distribution zip file.
  2. Uploads zip as GitHub release.
  3. Increments version in homebrew-nanoscope repo and points to new release.