- Create branch
release/X.Y.Zfrommaster. - 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
masterbranch, and when approved, merge. - Make a release on Github from the
masterbranch, specify tag asvX.Y.Zto create a tag. git checkout master && git pull- Clean unversioned files:
git clean -fdx dist src yarn build && yarn packto verify the packageyarn publish