-
Pull latest from the
master
branch and run the following command. Ensure that you follow the semver specification.git checkout master git pull npm run release [ major | minor | patch | <newversion> ]
-
A release branch will be created and pushed automatically with a generated changelog. Confirm the changelog is accurate and clear. Feel free the manually edit the changelog in the release branch.
-
Open a PR from the release branch to
master
. -
After the PR is merged, publish to npm. This will output the newly published version for verification, create and push the tag and deploy the demo.
git checkout master git pull npm publish
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.