@taiga-ui/auto-changelog-config 0.221.0 → 0.222.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
- package/template.hbs +4 -4
package/README.md
CHANGED
package/package.json
CHANGED
package/template.hbs
CHANGED
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
{{#commit-parser merges commits}}
|
|
8
8
|
|
|
9
|
-
{{#commit-list this heading='### ⚠ BREAKING CHANGES' message='
|
|
9
|
+
{{#commit-list this heading='### ⚠ BREAKING CHANGES' message='breaking change:|breaking:' }}
|
|
10
10
|
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
11
11
|
{{/commit-list}}
|
|
12
12
|
|
|
13
|
-
{{#commit-list this heading='### 🚀 Features' message='^
|
|
13
|
+
{{#commit-list this heading='### 🚀 Features' message='^feat:|feat\(|^refactor:|^refactor\(' exclude='breaking change:|breaking:'}}
|
|
14
14
|
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
15
15
|
{{/commit-list}}
|
|
16
16
|
|
|
17
|
-
{{#commit-list this heading='### 🐞 Bug Fixes' message='^
|
|
17
|
+
{{#commit-list this heading='### 🐞 Bug Fixes' message='^fix:|^fix\(|^perf:|^perf\(' exclude='breaking change:|breaking:'}}
|
|
18
18
|
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
19
19
|
{{/commit-list}}
|
|
20
20
|
|
|
21
|
-
{{#commit-list this heading='### ⚠️ Deprecations' message='^deprecate:|^deprecate\(' exclude='
|
|
21
|
+
{{#commit-list this heading='### ⚠️ Deprecations' message='^deprecate:|^deprecate\(' exclude='breaking change:|breaking:'}}
|
|
22
22
|
- {{#replaceCommit}}{{subject}}{{/replaceCommit}} [({{shorthash}})]({{href}})
|
|
23
23
|
{{/commit-list}}
|
|
24
24
|
|