Skip to content

Commit 0e0f5d3

Browse files
authored
✨ feat(commit-types): 增加init项目初始化类型 (RedJue#58)
1 parent 1f2afb6 commit 0e0f5d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config/commit-type.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ const isShowEmoji = workspace.getConfiguration('GitCommitPlugin').get<boolean>('
1313
const CustomCommitType = workspace.getConfiguration('GitCommitPlugin').get<boolean>('CustomCommitType');
1414

1515
let CommitType: Array<CommitType> = [
16+
{
17+
label: 'init',
18+
key: 'init',
19+
detail: '项目初始化',
20+
icon: '🎉'
21+
},
1622
{
1723
label: 'feat',
1824
key: 'feat',

0 commit comments

Comments
 (0)