Skip to content

Commit ca1ff2a

Browse files
committed
chore: update project metadata and badges 📝
- Update dependencies in Cargo.toml. - Add build & test badge in README.md.
1 parent 8cd0de9 commit ca1ff2a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name = "aigitcommit"
33
version = "1.3.0"
44
edition = "2024"
55
description = "A simple git commit message generator by OpenAI compaction model."
6-
license = "MIT"
6+
license-file = "LICENSE"
77
readme = "README.md"
88
keywords = ["git", "openai", "tools"]
9-
authors = ["mingcheng<[email protected]"]
9+
authors = ["mingcheng <[email protected]"]
1010
repository = "https://github.com/mingcheng/aigitcommit"
1111
homepage = "https://github.com/mingcheng/aigitcommit"
1212
exclude = ["assets/*", "hooks/*"]
13+
categories = ["command-line-utilities", "development-tools::git-tools"]
1314

1415
[dependencies]
1516
reqwest = { version = "0.12.12", features = [

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AIGitCommit
22

3+
[![Cargo Build & Test](https://github.com/mingcheng/aigitcommit/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/mingcheng/aigitcommit/actions/workflows/rust.yml)
4+
35
![screenshots](./assets/screenshots.png)
46

57
A simple tool to help you write better Git commit messages using AI.

0 commit comments

Comments
 (0)