react-from-markup icon indicating copy to clipboard operation
react-from-markup copied to clipboard

Document release process

Open simon360 opened this issue 7 years ago • 2 comments

simon360 avatar Sep 25 '18 21:09 simon360

Hey, it would've been cool if I did this before I forgot the release process.

simon360 avatar Dec 10 '18 23:12 simon360

Process:

  1. Check out a release branch, ie. git checkout master && git pull && git checkout -b release/v2.0.0-pre.5
  2. Push the branch. Otherwise, lerna will throw a minor fit.
  3. Run yarn release. This will update all the files and push the tags. Note: at this point, the packages will be built and pushed to npm.
  4. Push the branch again. Open a PR.
  5. When the build finishes, merge the PR.
  6. Copy the changes from /CHANGELOG.md into the GitHub release: https://github.com/simon360/react-from-markup/releases/edit/YOUR_TAG_NAME_HERE

simon360 avatar Dec 10 '18 23:12 simon360