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 6c5f1c1 commit 7fa468aCopy full SHA for 7fa468a
.better-commits.json
@@ -1,7 +1,7 @@
1
{
2
"commit_type": {
3
"append_emoji_to_label": true,
4
- "append_emoji_to_commit": true
+ "append_emoji_to_commit": false
5
},
6
"commit_scope": {
7
"enable": true,
src/zod-state.ts
@@ -115,3 +115,4 @@ export const BranchState = z.object({
115
ticket: z.string().default(''),
116
description: z.string().default(''),
117
}).default({})
118
+
0 commit comments