Skip to content

Commit 03f7e33

Browse files
sanjayankur31lpil
authored andcommitted
feat(gitcommit): add build conventional commit
1 parent 2b36741 commit 03f7e33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UltiSnips/gitcommit.snippets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ ci(${1:scope}): ${2:title}
5353

5454
${0:${VISUAL}}
5555
endsnippet
56+
57+
snippet build "build conventional commit"
58+
build(${1:scope}): ${2:title}
59+
60+
${0:${VISUAL}}
61+
endsnippet

0 commit comments

Comments
 (0)