Used internally by OneBlink to release repositories quickly and consistently
- Node.js 20.0 or newer
- NPM 10.0 or newer
- See recommendation from package-diff-summary regarding GitHub API Rate Limiting
npm install -g @oneblink/release-cli
The project that is being released must meet following requirements
- Must have a
CHANGELOG.md
file in the root directory CHANGELOG.md
must follow the standard outlined in changelog-parser- Git tags that are created will be annotated and prefixed with a
v
e.g.v1.11.2
Run the following command for usage information
oneblink-release --help