@taiga-ui/auto-changelog-config 0.208.0 → 0.210.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/index.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "ignoreCommitPattern": "^(?!(feat|fix|perf|deprecate|refactor|revert))(.*)$",
3
3
  "commitLimit": false,
4
+ "releaseSummary": true,
4
5
  "output": "CHANGELOG.md",
5
6
  "template": "compact",
6
7
  "unreleased": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/auto-changelog-config",
3
- "version": "0.208.0",
3
+ "version": "0.210.0",
4
4
  "description": "Taiga UI auto-changelog config",
5
5
  "keywords": [
6
6
  "auto-changelog"
@@ -8,10 +8,6 @@ commits`](https://www.conventionalcommits.org/) guidelines.
8
8
  ##{{#unless major}}#{{/unless}} [{{#replaceTitle}}{{title}}{{/replaceTitle}}]({{href}}) ({{isoDate}})
9
9
  {{/if}}
10
10
 
11
- {{#if summary}}
12
- {{summary}}
13
- {{/if}}
14
-
15
11
  {{#commit-parser merges commits}}
16
12
 
17
13
  {{#commit-list this heading='### ⚠ BREAKING CHANGES' message='[bB]reaking [cC]hange:|[bB]reaking:' }}
@@ -32,4 +28,9 @@ commits`](https://www.conventionalcommits.org/) guidelines.
32
28
 
33
29
  {{/commit-parser}}
34
30
 
31
+ {{#if summary}}
32
+ This release introduces:
33
+ {{summary}}
34
+ {{/if}}
35
+
35
36
  {{/each}}
@@ -4,10 +4,6 @@
4
4
  ##{{#unless major}}#{{/unless}} [{{#replaceTitle}}{{title}}{{/replaceTitle}}]({{href}}) ({{isoDate}})
5
5
  {{/if}}
6
6
 
7
- {{#if summary}}
8
- {{summary}}
9
- {{/if}}
10
-
11
7
  {{#commit-parser merges commits}}
12
8
 
13
9
  {{#commit-list this heading='### ⚠ BREAKING CHANGES' message='[bB]reaking [cC]hange:|[bB]reaking:' }}
@@ -28,4 +24,9 @@
28
24
 
29
25
  {{/commit-parser}}
30
26
 
27
+ {{#if summary}}
28
+ This release introduces:
29
+ {{summary}}
30
+ {{/if}}
31
+
31
32
  {{/each}}