GitRelease for rust is a starter project, which provides a small cli tool to generate a release summary. It learns from the current commit history and creates a nice summary of changes since last release
Please note that this is a toy project just for learning rust.
bash
$ git clone https://github.com/hyperium/tonic
$ cd tonic
$ gitrelease
Output:
```markdown
CHANGELOG.md
This PR was generated with GitRelease. ```
```bash $ git clone https://github.com/googleapis/google-cloud-ruby.git
$ gitrelease --dir=/
Output:
```markdown
google-cloud-secret_manager/README.md
This PR was generated with GitRelease. ```
This project is inspired by Release Please, which is more sophisticated and has more features than this toy project. You probably should consider to use it in production.