saintedlama / should-release

Minimalistic command line tool to check if a new release should to be published

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should-release

A minimalistic command line tool to check if a new release should to be published based on semantic commits.

In case no significant commit (breaking change, feat, fix) are detected, the tool will exit with a non-zero exit code.

Installation

npm i -g should-release

Usage

should-release

About

Minimalistic command line tool to check if a new release should to be published

License:MIT License


Languages

Language:JavaScript 100.0%