An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# :crystal_ball: changelog-generator-llm (experimental)
[![CI](https://github.com/go-semantic-release/changelog-generator-llm/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/go-semantic-release/changelog-generator-llm/actions?query=workflow%3ACI+branch%3Amain)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-semantic-release/changelog-generator-llm)](https://goreportcard.com/report/github.com/go-semantic-release/changelog-generator-llm)
[![PkgGoDev](https://pkg.go.dev/badge/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)