-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cmt
More file actions
60 lines (53 loc) · 1.63 KB
/
.cmt
File metadata and controls
60 lines (53 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# $(cmt) template
#
########## The input parts #####################################################
{
"Type" = [
"mod",
"edit",
"blob",
"tree",
"fix",
"style",
"refactor",
"feat",
"docs",
"test",
"build",
"devops",
"ci-cd",
"ci",
"cd",
"notice",
"chore"
"revert",
]
# "Ticket" = @
# "Scope" = @ ## Single line input
"Subject" = @
# "Meta" = @
"Body" = !@ ## Multi-line input
# "Footer" = !@
}
################################################################################
########## Predefined messages (Optional) ######################################
## When describing the subject line, use these sentences below as a guide:
## * "After this commit, the application will <your_subject_line_here>"
## * “After this commit, the code/file will <your_subject_line_here>”
## * "If applied, this commit will <your_subject_line_here>"
{
initVCS = "init: add essential files for a VCS repository #first-commit"
init = "init: add essential files for a source code repository #first-commit"
inicialVCS = "init: añadir archivos esenciales para un repositorio VCS #first-commit"
inicial = "init: añadir archivos esenciales para un repositorio de codigo fuente #first-commit"
vb = "chore: bump version"
bdv = "chore: bump de version"
readme = "docs: update README.md"
readme = "docs: actualizar README.md"
}
################################################################################
########## The output format ###################################################
## Takes the values provided from the input stage and interpolates them in
${Type}${Subject}
${Body}