Skip to content

Commit 049ca46

Browse files
authored
ci(release-please): change config to display build, chore and refactor commits (#773)
1 parent cc82961 commit 049ca46

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.release-please-manifest.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
{
2-
".": "0.24.0"
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+
]
317
}

0 commit comments

Comments
 (0)