- Create branch
X.Y.Zfrom develop. - Update
versioninpackage.jsonto the new version - Run
yarn - Update the
CHANGELOG.mdfor the impending release git commit -am "release X.Y.Z"(where X.Y.Z is the new version)- Push to Github, make PR to the develop branch, and when approved, merge.
- Pull latest
develop, merge it tomaster, and push it. - Make a release on Github from the
masterbranch, specify tag asvX.Y.Zto create a tag. git checkout master && git pullyarn build && yarn packto verify the packageyarn publish