Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.

Cutting a release

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 build

To cut a patch release:

yarn run release patch:issue <version>

Or to cut a major release:

yarn run release tracking-issue:create <version>