https://github.com/go-semantic-release/changelog-generator-llm
:crystal_ball: Use LLMs to generate changelogs
https://github.com/go-semantic-release/changelog-generator-llm
Last synced: 4 months ago
JSON representation
:crystal_ball: Use LLMs to generate changelogs
- Host: GitHub
- URL: https://github.com/go-semantic-release/changelog-generator-llm
- Owner: go-semantic-release
- License: mit
- Created: 2023-11-07T12:38:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T16:11:44.000Z (9 months ago)
- Last Synced: 2025-01-17T00:41:00.207Z (5 months ago)
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :crystal_ball: changelog-generator-llm (experimental)
[](https://github.com/go-semantic-release/changelog-generator-llm/actions?query=workflow%3ACI+branch%3Amain)
[](https://goreportcard.com/report/github.com/go-semantic-release/changelog-generator-llm)
[](https://pkg.go.dev/github.com/go-semantic-release/changelog-generator-llm)Use LLMs (currently only openai) to generate the changelog for a release.
## Usage
```bash
./semantic-release --changelog-generator github:go-semantic-release/changelog-generator-llm
```## Licence
The [MIT License (MIT)](http://opensource.org/licenses/MIT)
Copyright © 2023 [Christoph Witzko](https://twitter.com/christophwitzko)