react-from-markup
react-from-markup copied to clipboard
Document release process
Hey, it would've been cool if I did this before I forgot the release process.
Process:
- Check out a release branch, ie.
git checkout master && git pull && git checkout -b release/v2.0.0-pre.5 - Push the branch. Otherwise,
lernawill throw a minor fit. - Run
yarn release. This will update all the files and push the tags. Note: at this point, the packages will be built and pushed tonpm. - Push the branch again. Open a PR.
- When the build finishes, merge the PR.
- Copy the changes from
/CHANGELOG.mdinto the GitHub release: https://github.com/simon360/react-from-markup/releases/edit/YOUR_TAG_NAME_HERE