Skip to content

Commit 8a8546a

Browse files
committed
docs: update release please config to include more types
1 parent f4b9fe0 commit 8a8546a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

release-please-config.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,51 @@
1414
],
1515
"packages": {
1616
".": {}
17+
},
18+
"changelog-sections": [
19+
{
20+
"type": "feat",
21+
"section": "Features"
22+
},
23+
{
24+
"type": "fix",
25+
"section": "Bug Fixes"
26+
},
27+
{
28+
"type": "revert",
29+
"section": "Reverts"
30+
},
31+
{
32+
"type": "perf",
33+
"section": "Refactors"
34+
},
35+
{
36+
"type": "refactor",
37+
"section": "Refactors"
38+
},
39+
{
40+
"type": "chore",
41+
"section": "Chores"
42+
},
43+
{
44+
"type": "ci",
45+
"section": "Chores"
46+
},
47+
{
48+
"type": "build",
49+
"section": "Chores"
50+
},
51+
{
52+
"type": "style",
53+
"section": "Chores"
54+
},
55+
{
56+
"type": "docs",
57+
"section": "Docs"
58+
},
59+
{
60+
"type": "test",
61+
"section": "Tests"
1762
}
63+
]
1864
}

0 commit comments

Comments
 (0)