Skip to content

Commit ac9d332

Browse files
chore(config): update ai-commit.php
- Add exclusion for *-lock.json files in diff_options - Update commit message guidelines in the body
1 parent 3a87738 commit ac9d332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/ai-commit.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
// Append options for the `git diff` command.
2020
'diff_options' => [
21+
':!*-lock.json',
2122
':!*.lock',
2223
':!*.sum',
2324
],
@@ -164,7 +165,7 @@
164165
- The details about what was done in the body of the message.
165166
- Any useful details concerning the change in the body of the message.
166167
- Use a hyphen (-) for the bullet points in the body of the message.
167-
Write 3 commit messages that accurately summarizes the changes made in the given `git diff` output, following the best practices listed above and the conventional commit format.
168+
Write 1 commit messages that accurately summarizes the changes made in the given `git diff` output, following the best practices listed above and the conventional commit format.
168169
Please provide a response in the form of a valid JSON object and do not include "Output:", "Response:" or anything similar to those two before it, in the following format:
169170
[
170171
{

0 commit comments

Comments
 (0)