Skip to content

Commit a7d3a4c

Browse files
committed
Update release-please-config.json
1 parent 3feae16 commit a7d3a4c

1 file changed

Lines changed: 18 additions & 22 deletions

File tree

release-please-config.json

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
22
"include-v-in-tag":true,
33
"tag-separator": "-",
4-
"packages":{
5-
".":{
6-
"changelog-path": "CHANGELOG.md",
7-
"changelog-sections": [
8-
{ "type": "feat", "section": "Features" },
9-
{ "type": "feature", "section": "Features" },
10-
{ "type": "fix", "section": "Bug Fixes" },
11-
{ "type": "perf", "section": "Performance Improvements" },
12-
{ "type": "revert", "section": "Reverts" },
13-
{ "type": "docs", "section": "Documentation" },
14-
{ "type": "style", "section": "Styles" },
15-
{ "type": "chore", "section": "Miscellaneous Chores" },
16-
{ "type": "refactor", "section": "Code Refactoring" },
17-
{ "type": "test", "section": "Testing" },
18-
{ "type": "build", "section": "Build System" },
19-
{ "type": "ci", "section": "Continuous Integration" },
20-
{ "type": "ui", "section": "User Interface" },
21-
{ "type": "database", "section": "Database Changes" },
22-
{ "type": "email", "section": "Email Notifications Changes" }
23-
]
24-
}
25-
}
4+
"changelog-path": "CHANGELOG.md",
5+
"changelog-sections": [
6+
{ "type": "feat", "section": "Features" },
7+
{ "type": "feature", "section": "Features" },
8+
{ "type": "fix", "section": "Bug Fixes" },
9+
{ "type": "perf", "section": "Performance Improvements" },
10+
{ "type": "revert", "section": "Reverts" },
11+
{ "type": "docs", "section": "Documentation" },
12+
{ "type": "style", "section": "Styles" },
13+
{ "type": "chore", "section": "Miscellaneous Chores" },
14+
{ "type": "refactor", "section": "Code Refactoring" },
15+
{ "type": "test", "section": "Testing" },
16+
{ "type": "build", "section": "Build System" },
17+
{ "type": "ci", "section": "Continuous Integration" },
18+
{ "type": "ui", "section": "User Interface" },
19+
{ "type": "database", "section": "Database Changes" },
20+
{ "type": "email", "section": "Email Notifications Changes" }
21+
]
2622
}

0 commit comments

Comments
 (0)