This directory contains scripts and code to automate our releases. Run yarn run release to see a
list of automated steps.
Run yarn run build to build, yarn run watch to build on any changes to files.
First, ensure you are on master and have the latest version of this code built:
git checkout master
git pull
cd dev/release
yarn install
yarn run buildTo cut a patch release:
yarn run release patch:issue <version>Or to cut a major release:
yarn run release tracking-issue:create <version>