develop$ git-flow release start 4.5.3-rc3
npm run dist
Commit
Update README.md, [docs/index.html] if necessary.
develop$ git flow release finish '4.5.3-rc3'
Go to github and create a release
Setup a NPM_AUTH_TOKEN
env var used in .npmrc
Then:
npm publish --access=public