Skip to content

Commit 7fa468a

Browse files
committed
feat(main): ticket position
bumping the version, removing the emoji from commit message until #39 is added
1 parent 6c5f1c1 commit 7fa468a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.better-commits.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"commit_type": {
33
"append_emoji_to_label": true,
4-
"append_emoji_to_commit": true
4+
"append_emoji_to_commit": false
55
},
66
"commit_scope": {
77
"enable": true,

src/zod-state.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,4 @@ export const BranchState = z.object({
115115
ticket: z.string().default(''),
116116
description: z.string().default(''),
117117
}).default({})
118+

0 commit comments

Comments
 (0)