-
Notifications
You must be signed in to change notification settings - Fork 77
Release Checklist
Vaivaswatha N edited this page Jan 29, 2019
·
23 revisions
-
Update the following files:
- Dockerfile
- Dockerfile.slim
- Syntax.ml
- Syntax.ml
-
Create a pull-request on GitHub and merge it in master
-
Tag the commit on the master with a version string prefixed by 'v' (e.g., v3.2.1)
git tag v3.2.1
git push --tags # push tag to remote
-
Create a new branch with the name "release-."
-
(Optional) Draft a new release on Github. Choose the existing tag v3.2.1 This will create a release on Github and notify users.