Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.25 KB

File metadata and controls

31 lines (20 loc) · 1.25 KB

OneBlink Release CLI npm module tests

Used internally by OneBlink to release repositories quickly and consistently

CLI Requirements

Installation

npm install -g @oneblink/release-cli

Project Requirements

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

Usage

Run the following command for usage information

oneblink-release --help