Skip to content

Releases: WoongheeLee/git-commit-message-generator

v1.1.0

02 May 08:34

Choose a tag to compare

ci: migrate release workflow to uv and call build.sh

v1.0.4

22 Apr 04:47

Choose a tag to compare

refactor: 모델 가격 정보 및 지원 모델 목록 업데이트

v1.0.3

05 Apr 08:15

Choose a tag to compare

Git Commit Message Generator v1.0.3

This is the first stable release of the Git Commit Message Generator.

The tool automatically generates concise and conventional commit messages using OpenAI GPT based on your staged git diff.

Features

  • Generates commit messages via OpenAI API
  • Follows Conventional Commit format
  • Multilingual support (language is GPT-dependent)
  • Customizable prompt format via prompt_template.yml
  • Provides standalone executables for Windows and Linux (built with PyInstaller)

This release includes both the source code and prebuilt binaries for convenient use across different environments.

git-commit-gen

05 Apr 08:12

Choose a tag to compare

v1.0.2

chore: 업데이트 GitHub Actions 워크플로우 설명 및 파일 이름 추가