Skip to content

Commit 70a38c2

Browse files
authored
ci(release-please): moved config from manifest (#774)
1 parent 049ca46 commit 70a38c2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
{
2-
".": "0.24.0",
3-
"changelog-sections": [
4-
{ "type": "feat", "section": "Features" },
5-
{ "type": "feature", "section": "Features" },
6-
{ "type": "fix", "section": "Bug Fixes" },
7-
{ "type": "perf", "section": "Performance Improvements" },
8-
{ "type": "revert", "section": "Reverts" },
9-
{ "type": "docs", "section": "Documentation", "hidden": true },
10-
{ "type": "style", "section": "Styles", "hidden": true },
11-
{ "type": "chore", "section": "Miscellaneous Chores" },
12-
{ "type": "refactor", "section": "Code Refactoring" },
13-
{ "type": "test", "section": "Tests", "hidden": true },
14-
{ "type": "build", "section": "Build System" },
15-
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
16-
]
2+
".": "0.24.0"
173
}

release-please-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
"bump-patch-for-minor-pre-major": true,
44
"include-component-in-tag": false,
55
"include-v-in-tag": true,
6+
"changelog-sections": [
7+
{ "type": "feat", "section": "Features" },
8+
{ "type": "feature", "section": "Features" },
9+
{ "type": "fix", "section": "Bug Fixes" },
10+
{ "type": "perf", "section": "Performance Improvements" },
11+
{ "type": "revert", "section": "Reverts" },
12+
{ "type": "docs", "section": "Documentation", "hidden": true },
13+
{ "type": "style", "section": "Styles", "hidden": true },
14+
{ "type": "chore", "section": "Miscellaneous Chores" },
15+
{ "type": "refactor", "section": "Code Refactoring" },
16+
{ "type": "test", "section": "Tests", "hidden": true },
17+
{ "type": "build", "section": "Build System" },
18+
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
19+
],
620
"packages": {
721
".": {}
822
}

0 commit comments

Comments
 (0)