Skip to content

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.

  1. Increase the version property in package.json using semantic versioning
  2. Create release commit (example) on master and push to remote
  3. Create new tag with the new version number (in vX.X.X format)
  4. Push tags to remote (git push --tags)
  5. Document changes in GitHub as a new release (example)
Clone this wiki locally