@taiga-ui/auto-changelog-config 0.210.0 → 0.212.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,7 +1,7 @@
1
1
  {
2
2
  "ignoreCommitPattern": "^(?!(feat|fix|perf|deprecate|refactor|revert))(.*)$",
3
3
  "commitLimit": false,
4
- "releaseSummary": true,
4
+ "releaseSummary": false,
5
5
  "output": "CHANGELOG.md",
6
6
  "template": "compact",
7
7
  "unreleased": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/auto-changelog-config",
3
- "version": "0.210.0",
3
+ "version": "0.212.0",
4
4
  "description": "Taiga UI auto-changelog config",
5
5
  "keywords": [
6
6
  "auto-changelog"
@@ -28,9 +28,4 @@ commits`](https://www.conventionalcommits.org/) guidelines.
28
28
 
29
29
  {{/commit-parser}}
30
30
 
31
- {{#if summary}}
32
- This release introduces:
33
- {{summary}}
34
- {{/if}}
35
-
36
31
  {{/each}}
@@ -24,9 +24,4 @@
24
24
 
25
25
  {{/commit-parser}}
26
26
 
27
- {{#if summary}}
28
- This release introduces:
29
- {{summary}}
30
- {{/if}}
31
-
32
27
  {{/each}}