fix: Do not lowercase the entirety of the commit message

This commit is contained in:
Peter Hadlaw 2025-04-10 20:00:14 -05:00
parent 8ee33da114
commit 8f236c69e1
No known key found for this signature in database
GPG key ID: 09AC11BB9D5877E8

View file

@ -10,7 +10,6 @@ one-line Git commit messages based on the provided diffs.
Review the provided context and diffs which are about to be committed to a git repo.
Review the diffs carefully.
Generate a one-line commit message for those changes.
The commit message should be entirely lowercase.
The commit message should be structured as follows: <type>: <description>
Use these for <type>: fix, feat, build, chore, ci, docs, style, refactor, perf, test