https://github.com/litomore/releaz-cli
A CLI tool for generate release note with `git log`
https://github.com/litomore/releaz-cli
git-log release release-note releaz releaz-cli
Last synced: 8 months ago
JSON representation
A CLI tool for generate release note with `git log`
- Host: GitHub
- URL: https://github.com/litomore/releaz-cli
- Owner: LitoMore
- License: mit
- Created: 2018-05-14T10:29:17.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T21:19:11.000Z (12 months ago)
- Last Synced: 2025-06-09T21:50:12.922Z (8 months ago)
- Topics: git-log, release, release-note, releaz, releaz-cli
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# releaz-cli
[](https://www.npmjs.com/package/releaz-cli)
[](https://github.com/LitoMore/releaz-cli/blob/master/LICENSE)
[](https://github.com/xojs/xo)
A CLI tool for generate release note
## Install
```shell
npm i -g releaz-cli
```
## Usage
```
Usage
$ releaz [revision range] [options]
Options
--format, -f Git pretty format
Example
$ releaz 9e21fc4..HEAD
$ releaz 9e21fc4..HEAD -f '%H %an %s'
```
## Related
- [releaz](https://github.com/LitoMore/releaz) - API for this module
## License
MIT © [LitoMore](https://github.com/LitoMore)