@oneblink/release-cli
v3.4.0
Published
Used internally by OneBlink to release repositories quickly and consistently
Downloads
506
Keywords
Readme
OneBlink Release CLI

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