-
Notifications
You must be signed in to change notification settings - Fork 221
Release Process
jtlan edited this page Feb 11, 2015
·
10 revisions
- Pull the latest
develop
. Cut the release branch fromdevelop
:git co -b release-{VERSION}
. - Push release branch to Github.
- Regression pass.
- If necessary, create hotfixes and merge them into the release branch.
- Run the release script on the release branch locally (
grunt release:minor
orgrunt release:patch
, as necessary). Push the resulting commit to the release branch. - Merge the release branch into
develop
andmaster
. - Create the release (aimed at
master
), tagged {VERSION}. Add release notes based on Release Changes page. Attach plottable.zip.