We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8926c commit 2e12293Copy full SHA for 2e12293
README.md
@@ -78,7 +78,7 @@ default_install_hook_types:
78
- prepare-commit-msg
79
repos:
80
- repo: https://github.com/the-cafe/git-ai-commit
81
- rev: v1.0.7
+ rev: v1.0.8
82
hooks:
83
- id: git-ai-commit
84
```
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = git_ai_commit
3
-version = v1.0.7
+version = v1.0.8
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