Skip to content

Commit d77fd02

Browse files
committed
📝 Improve package description and keywords
Update Cargo.toml with more descriptive package metadata Enhance the project description to better communicate Git-Iris's full feature set, highlighting code reviews, changelogs, and release notes capabilities alongside commit assistance. Optimize keywords list to fit within crates.io's 5-keyword limit while maintaining discoverability with focused terms: git, ai, cli, devtools, and productivity.
1 parent 2273811 commit d77fd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = "git-iris"
33
version = "1.0.1"
44
edition = "2024"
55
authors = ["Stefanie Jane <[email protected]>"]
6-
description = "AI-assisted Git workflow"
6+
description = "AI-powered Git workflow assistant for smart commits, code reviews, changelogs, and release notes"
77
readme = "README.md"
88
homepage = "https://github.com/hyperb1iss/git-iris"
99
repository = "https://github.com/hyperb1iss/git-iris"
1010
license = "Apache-2.0"
11-
keywords = ["git", "commit", "ai", "cli", "code review", "release notes", "changelog", "generative ai"]
11+
keywords = ["git", "ai", "cli", "devtools", "productivity"]
1212
categories = ["command-line-utilities", "development-tools"]
1313

1414
[lib]

0 commit comments

Comments
 (0)