For maintainers only.
cdto the root of the repo.- Checkout the
mainbranch. - Make sure your local branch is up to date, no unpushed or missing commits, stash any changes.
- Update the changelog, if necessary, and commit.
- Login to the
adazzlenpm account if you haven't already done so:npm login- You can use
npm whoamito check who you are logged in as.
- Bump the version and publish on npm:
- To release a new
betaversion:npm version prerelease --preid=beta -m "Publish %s"npm publish --tag beta
- Relevant docs:
- To release a new