You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .auto-changelog-template.hbs
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Introduction
9
9
• The types feat:, fix:, chore:, docs:, refactor:, test:, style:, perf: must be at the beginning of the commit subject with an : on end.
10
10
• They can optionally have a scope set to outline the module or component that is affected eg feat(bldAssess):
11
11
• There is a short hash on the end of every commit that is currently commented out so that change log did not grow too long (due to some system's file size limitations). You can uncomment if you wish [`{{shorthash}}`]({{href}})
12
+
12
13
Example Definitions
13
14
• feat: A new feature
14
15
• fix: A bug fix
@@ -30,6 +31,8 @@ Example Definitions
30
31
"replaceText": {
31
32
"([bB]reaking:)": "",
32
33
"([bB]reaking change:)": "",
34
+
"(^[bB]uild:)": "",
35
+
"(^[bB]uild\\()": "\\(",
33
36
"(^[fF]eat:)": "",
34
37
"(^[fF]eat\\()": "\\(",
35
38
"(^[fF]ix:)": "",
@@ -59,7 +62,7 @@ Example Definitions
59
62
\s = whitespace
60
63
. = any character except newline
61
64
| = or
62
-
[aA] = charcter a or character A
65
+
[aA] = character a or character A
63
66
--}}
64
67
65
68
@@ -87,7 +90,11 @@ Example Definitions
87
90
{{/commit-list}}
88
91
89
92
{{! List commits organised under a heading, but not those already listed in the breaking section }}
90
-
{{#commit-listmergesheading='### New Features'message='^[fF]eat:|[fF]eat\('exclude='[bB]reaking [cC]hange:|[bB]reaking:|\[skip-changelog\]'}}
{{#commit-listmergesheading='### General Changes'exclude='[bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild\(|^[fF]eat:|^[fF]eat\(|^[fF]ix:|^[fF]ix\(|^[cC]hore:|^[cC]hore\(|^[cC][iI]:|^[cC][iI]\(|^[dD]ocs:|^[dD]ocs\(|^[rR]efactor:|^[rR]efactor\(|^[tT]est:|^[tT]est\(|^[sS]tyle:|^[sS]tyle\(|^[pP]erf:|^[pP]erf\(|\[skip-changelog\]'}}
{{#commit-listcommitsheading='### General Changes'exclude='[bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild\(|^[fF]eat:|^[fF]eat\(|^[fF]ix:|^[fF]ix\(|^[cC]hore:|^[cC]hore\(|^[cC][iI]:|^[cC][iI]\(|^[dD]ocs:|^[dD]ocs\(|^[rR]efactor:|^[rR]efactor\(|^[tT]est:|^[tT]est\(|^[sS]tyle:|^[sS]tyle\(|^[pP]erf:|^[pP]erf\(|\[skip-changelog\]'}}
0 commit comments