https://github.com/himkt/auto-release
https://github.com/himkt/auto-release
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/himkt/auto-release
- Owner: himkt
- Created: 2020-03-18T11:24:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T07:55:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T05:08:58.834Z (over 1 year ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto-release
CLI tool to generate a release note for GitHub repo.
## Usage
```bash
auto-release \
--organization himkt \
--repository konoha \
--milestone v4.6.5 \
--last-pull-request 125 # number of PR
```