-
Notifications
You must be signed in to change notification settings - Fork 77
Release Checklist
Vaivaswatha N edited this page Feb 4, 2019
·
23 revisions
-
Update the following files on a branch
prerel-v3.2.1
:- Dockerfile
- Dockerfile.slim
- Syntax.ml
- Syntax.ml
-
Create a pull-request on GitHub and merge it into master.
-
Create a release branch
release-v3.2.1
frommaster
. -
Thoroughly test
release-v3.2.1
, including end-to-end testing with the blockchain. -
-
No new features are to be allowed into a release branch, hot-fixes only. To push a hot-fix to a release branch, create a PR against the release branch (not
master
). Test the PR with the same rigour as in (4) above. -
If applicable, cherry-pick or merge each hot-fix to
master
.
-
-
Once the release branch is ready, create a new release on GitHub against the tip of the branch, tagging it as
v3.2.1
. Add release notes if applicable.