Skip to content

Commit e2efe14

Browse files
ci: Configure release-please so chores are not hidden
1 parent e343673 commit e2efe14

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.release-please-manifest.json

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

0 commit comments

Comments
 (0)