Skip to content

matmulai/logchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogChange: GenAI Assisted Changelog Generation

LogChange generates a project changelog by summarizing git commits with OpenAI. The provided GitHub Action runs the script automatically on new commits, but it can also be executed locally.

Requirements

  • Python 3.8+
  • An OpenAI API key (OPENAI_API_KEY environment variable)

Install dependencies with:

pip install -r requirements.txt

Usage

Run the script from the repository root:

export OPENAI_API_KEY=sk-your-key
python scripts/gen_changelog.py --max-commits 100 --output CHANGELOG.md

Use --help to see all available options.

About

GenAI Assisted Changelog Generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages