|
3 | 3 | "bootstrap-sha": "a077f3907000535b74f6cebb32585d857776d029",
|
4 | 4 | "always-link-local": true,
|
5 | 5 | "changelog-sections": [
|
6 |
| - {"type": "feat", "section": "Features", "hidden": false}, |
7 |
| - {"type": "fix", "section": "Bug Fixes", "hidden": false}, |
8 |
| - {"type": "perf", "section": "Performance Improvements", "hidden": false}, |
9 |
| - {"type": "revert", "section": "Reverts", "hidden": false}, |
10 |
| - {"type": "docs", "section": "Documentation", "hidden": false}, |
11 |
| - {"type": "chore", "section": "Miscellaneous", "hidden": true} |
| 6 | + { |
| 7 | + "type": "feat", |
| 8 | + "section": "Features", |
| 9 | + "hidden": false |
| 10 | + }, |
| 11 | + { |
| 12 | + "type": "fix", |
| 13 | + "section": "Bug Fixes", |
| 14 | + "hidden": false |
| 15 | + }, |
| 16 | + { |
| 17 | + "type": "perf", |
| 18 | + "section": "Performance Improvements", |
| 19 | + "hidden": false |
| 20 | + }, |
| 21 | + { |
| 22 | + "type": "revert", |
| 23 | + "section": "Reverts", |
| 24 | + "hidden": false |
| 25 | + }, |
| 26 | + { |
| 27 | + "type": "docs", |
| 28 | + "section": "Documentation", |
| 29 | + "hidden": false |
| 30 | + }, |
| 31 | + { |
| 32 | + "type": "chore", |
| 33 | + "section": "Miscellaneous", |
| 34 | + "hidden": true |
| 35 | + } |
12 | 36 | ],
|
13 | 37 | "plugins": [
|
14 | 38 | {
|
|
27 | 51 | "release-type": "node",
|
28 | 52 | "bump-patch-for-minor-pre-major": true,
|
29 | 53 | "bump-minor-pre-major": true,
|
30 |
| - "versioning": "always-bump-patch" |
| 54 | + "versioning": "default" |
31 | 55 | },
|
32 | 56 | "packages/core": {
|
33 | 57 | "component": "sdk",
|
34 | 58 | "release-type": "node",
|
35 | 59 | "bump-patch-for-minor-pre-major": true,
|
36 | 60 | "bump-minor-pre-major": true,
|
37 |
| - "versioning": "always-bump-patch" |
| 61 | + "versioning": "default" |
38 | 62 | }
|
39 | 63 | }
|
40 | 64 | }
|
0 commit comments