Skip to content

Commit 8c2589b

Browse files
authored
fix: change versioning strategy to "default" (#592)
1 parent 009052a commit 8c2589b

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

release-please-config.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,36 @@
33
"bootstrap-sha": "a077f3907000535b74f6cebb32585d857776d029",
44
"always-link-local": true,
55
"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+
}
1236
],
1337
"plugins": [
1438
{
@@ -27,14 +51,14 @@
2751
"release-type": "node",
2852
"bump-patch-for-minor-pre-major": true,
2953
"bump-minor-pre-major": true,
30-
"versioning": "always-bump-patch"
54+
"versioning": "default"
3155
},
3256
"packages/core": {
3357
"component": "sdk",
3458
"release-type": "node",
3559
"bump-patch-for-minor-pre-major": true,
3660
"bump-minor-pre-major": true,
37-
"versioning": "always-bump-patch"
61+
"versioning": "default"
3862
}
3963
}
4064
}

0 commit comments

Comments
 (0)