Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 466 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 466 Bytes

Making a new release

  1. Bump version number in package.json
  2. Merge into master and tag release version
  3. On master, run npm publish --dry-run to verify files/version and then run npm publish
  4. Promote hologit and hologit-studio builds to stable on bldr.habitat.sh after autobuilds finished
  5. Build docker container with sudo hab pkg export docker jarvus/hologit-studio
  6. Push docker container with docker push jarvus/hologit-studio:latest