-
Notifications
You must be signed in to change notification settings - Fork 3
Creating a release
Ben Chidgey 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.
- Checkout and pull the latest version of master
- Increase the version property using the
npm version
command. Follow semantic versioning for version numbers. - Push the commit to the remote server
- Push tags to remote (
git push --tags
) - Document changes in GitHub as a new release (example)
- Remove hold from CircleCI master workflow (Ensure workflow is for the version commit created in step 2)
- Check production for your released changes
CircleCI will now deploy a new version of the application to production. If you have access to Kubernetes commands you can check when the pods were last restarted to ensure it has deployed correctly.