d3-graph-qbt
Version:
React component to build interactive and configurable graphs with d3 effortlessly
22 lines (16 loc) • 667 B
Markdown
## Release Process
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.
### Setup (serve a local version to run tests against it)
1. npm run dist:sandbox
2. npm run start
### Release steps
1. npm run dist
2. Update versioning in package.json
3. npm run docs
4. Small tweaks on documentation page (quicklinks)
5. Replace current files in docs for the generated ones in gen-docs
6. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
7. git commit -m "Release x.x.x"
8. Create release x.x.x in github
9. git pull (origin master)
10. npm publish