We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6d266 commit a96d297Copy full SHA for a96d297
generate-commit.js
@@ -12,6 +12,7 @@ export async function generateCommit(input) {
12
const model = genAI.getGenerativeModel({ model: "gemini-pro" });
13
14
const prompt = `Using the commit lint convention where "
15
+
16
feat: Commits that introduce new features.
17
fix: Commits that fix a bug.
18
docs: Commits that add or update documentation.
0 commit comments