Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saintedlama/should-release

Minimalistic command line tool to check if a new release should to be published
https://github.com/saintedlama/should-release

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```shell
npm i -g should-release
```

## Usage

```shell
should-release

```