Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saintedlama/should-release
- Owner: saintedlama
- License: mit
- Created: 2022-03-12T17:35:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T22:11:11.000Z (5 months ago)
- Last Synced: 2024-09-24T03:42:14.714Z (about 2 months ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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```