This is not yet a full automated process, so here are a few steps to get the thing properly released on github and publish under npm registry.
- npm run dist:sandbox
- npm run start
- npm run dist
- Update versioning in package.json
- npm run docs
- Small tweaks on documentation page (quicklinks)
- Replace current files in docs for the generated ones in gen-docs
- Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
- git commit -m "Release x.x.x"
- Create release x.x.x in github
- git pull (origin master)
- npm publish