-
Notifications
You must be signed in to change notification settings - Fork 3
Creating a release
Dom Smith edited this page Sep 18, 2019
·
8 revisions
This documents the process for creating a new production release for the Book a secure move frontend application.
- Increase the
version
property inpackage.json
using semantic versioning - Create release commit (example) on master and push to remote
- Create new tag with the new version number (in
vX.X.X
format) - Push tags to remote (
git push --tags
) - Document changes in GitHub as a new release (example)