aichangelog
is a CLI tool written in Rust, that generates a changelog based on your Git commit messages. It leverages OpenAI's conversational models to produce a human-readable, Markdown-formatted changelog.
aichangelog can be easily installed with Cargo, Rust's package manager. Simply run the following command:
bash
cargo install aichangelog
Please note that in order to use aichangelog, you will need to set the OPENAI_API_KEY
environment variable. This API key is required to use the OpenAI language models, which is used by aichangelog to generate commit messages.
aichangelog
| Short | Long | Description | Default |
| ----- | --------------- | ------------------------------------------------------ | ------------- |
| -s | --short | Only use first line of commit message to reduce tokens | |
| -t | --temp
aichangelog
To get help with using aichangelog
, you can use the -h
or --help
option
bash
$ aichangelog --help
This will display the help message with information on how to use the tool.