- New features are created on feature branches and merged to
master
- When a new feature is merged it is published to a semver version on the
next
dist-tag using theLIVE_RUN=1 yarn release:[minor|major|patch]
script - When the
next
release is considered stable the publish:latest script is run which will bring thenext
tag inline with thelatest
tag.
Publishing scripts can only be run when the env var is set:
LIVE_RUN=1 yarn release:patch