|
1 | | -{ |
2 | | - "packages": { |
3 | | - ".": { |
4 | | - "release-type": "node", |
5 | | - "changelog-path": "CHANGELOG.md", |
6 | | - "bump-minor-pre-major": false, |
7 | | - "bump-patch-for-minor-pre-major": false, |
8 | | - "draft": false, |
9 | | - "prerelease": false |
10 | | - } |
11 | | - }, |
12 | | - "changelog-sections": [ |
13 | | - { "type": "feat", "section": "✨ Features" }, |
14 | | - { "type": "feature", "section": "✨ Features" }, |
15 | | - { "type": "fix", "section": "🐛 Bug Fixes" }, |
16 | | - { "type": "perf", "section": "⚡ Performance Improvements" }, |
17 | | - { "type": "style", "section": "💅 Styles" }, |
18 | | - { "type": "refactor", "section": "♻️ Code Refactoring" }, |
19 | | - { "type": "test", "section": "✅ Tests" } |
20 | | - ] |
21 | | -} |
| 1 | +{ |
| 2 | + "packages": { |
| 3 | + ".": { |
| 4 | + "release-type": "node", |
| 5 | + "changelog-path": "CHANGELOG.md", |
| 6 | + "bump-minor-pre-major": false, |
| 7 | + "bump-patch-for-minor-pre-major": false, |
| 8 | + "draft": false, |
| 9 | + "prerelease": false |
| 10 | + } |
| 11 | + }, |
| 12 | + "changelog-sections": [ |
| 13 | + { "type": "feat", "section": "✨ Features" }, |
| 14 | + { "type": "feature", "section": "✨ Features" }, |
| 15 | + { "type": "fix", "section": "🐛 Bug Fixes" }, |
| 16 | + { "type": "perf", "section": "⚡ Performance Improvements" }, |
| 17 | + { "type": "refactor", "section": "♻️ Code Refactoring" }, |
| 18 | + { "type": "test", "section": "✅ Tests" } |
| 19 | + ] |
| 20 | +} |
0 commit comments