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

https://github.com/taskany-inc/release

Taskany Release CLI
https://github.com/taskany-inc/release

automation cli release

Last synced: 3 months ago
JSON representation

Taskany Release CLI

Awesome Lists containing this project

README

          

# Taskany Release CLI

What this package do:

- generates changelog via [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/);
- generates release notes for every version;
- generates some meta info for release workflows.

### Usage

> npm i -D @taskany/release

Add `.release_bot` folder to your `.gitignore`. Call CLI then:

> taskany-release

## License

[MIT](https://github.com/taskany-inc/issues/blob/main/LICENSE)