-
Notifications
You must be signed in to change notification settings - Fork 36
BRJS Release Release Checklist
bit-shifter edited this page Feb 2, 2016
·
4 revisions
- Create a GitHub milestone with the same name as the release (e.g.
1.1.2
- Assign all issues and pull requests that make up this release to the release milestone.
- Remove all Huboard (
X - ABCDE
) labels - Make sure all issues are closed and have the correct labels (
bug
,feature
etc.) - Create the release note files, ensuring the release JSON has the correct milestone
- Merge from
develop
(or the relevant release branch) into master (if applicable) - Create an annotated tag for the new release in the format v
VERSION
(e.g.v0.14
) and push this to GitHub - Trigger the jenkins release stage, which will build the GitHub release
- Sanity check the GitHub release page
- Upload the new version of the API docs and update the 'latest' symlink
- Close the milestone