Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (14 loc) · 899 Bytes

RELEASE.md

File metadata and controls

14 lines (14 loc) · 899 Bytes
  • Branch off of develop and create a release-vX.Y.Z branch.
  • Create a new pull request with the following settings: * Base: master * Compare: release-vX.Y.Z Paste the contents of this checklist into this pull request.
  • Increment the version in package.json.
  • In the CHANGELOG.md file of this release branch, change the 'To be released' header to 'vX.Y.Z'.
  • Merge release-vX.Y.Z into master using the pull request, then delete the release branch.
  • Publish to npm from the master branch.
  • Draft a new Github release with the following settings: * Tag version: X.Y.Z @ master * Release title: X.Y.Z * Description: Use highlights from the CHANGELOG.md (only pick out the most significant changes)
  • Merge master into develop (no need for review on PR, just merge).