https://github.com/evilsocket/changelog
An AI agent that generates nice changelogs from git commits.
https://github.com/evilsocket/changelog
Last synced: 10 months ago
JSON representation
An AI agent that generates nice changelogs from git commits.
- Host: GitHub
- URL: https://github.com/evilsocket/changelog
- Owner: evilsocket
- License: other
- Created: 2025-03-28T11:43:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T11:58:06.000Z (11 months ago)
- Last Synced: 2025-04-22T22:17:57.516Z (10 months ago)
- Size: 41 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Changelog** is a [Nerve](https://github.com/evilsocket/nerve) agent that uses `git` to determine the new commits since the last release in a git repository folder and generates a nicely formatted markdown changelog [like this one](https://github.com/evilsocket/nerve/releases/tag/v1.3.0).
Install with (requires nerve >= 1.4.x):
```bash
# this will download and install (or update) to ~/.nerve/agents
nerve install evilsocket/changelog
```
Run from inside a git repository folder with:
```bash
# use with -q to only print the changelog markdown and disable logs
nerve run changelog -q
```
In action:
[](https://asciinema.org/a/710433)