We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27bd9e commit 7895919Copy full SHA for 7895919
2 files changed
README.md
@@ -65,7 +65,7 @@ default_install_hook_types:
65
- prepare-commit-msg
66
repos:
67
- repo: https://github.com/the-cafe/git-ai-commit
68
- rev: 1.0.5
+ rev: v1.0.6
69
hooks:
70
- id: git-ai-commit
71
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = git_ai_commit
3
-version = 1.0.5
+version = v1.0.6
4
description = A project to generate commit messages using AI
5
author = Ming Lin, Seif Mamdouh, Ali Alobaidi
6
author_email = minglianglin50@gmail.com, seifmamdouh7878@gmail.com, alinawar2000@gmail.com
0 commit comments