Skip to content

Commit 4c885cf

Browse files
committed
chore(internal): update changelog config (#5)
1 parent 9b415c6 commit 4c885cf

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed

release-please-config.json

+56-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,64 @@
11
{
2-
"include-v-in-tag": true,
3-
"bump-minor-pre-major": true,
4-
"bump-patch-for-minor-pre-major": true,
5-
"pull-request-header": "Automated Release PR",
62
"packages": {
73
".": {}
84
},
95
"$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json",
6+
"include-v-in-tag": true,
7+
"bump-minor-pre-major": true,
8+
"bump-patch-for-minor-pre-major": true,
9+
"pull-request-header": "Automated Release PR",
10+
"changelog-sections": [
11+
{
12+
"type": "feat",
13+
"section": "Features"
14+
},
15+
{
16+
"type": "fix",
17+
"section": "Bug Fixes"
18+
},
19+
{
20+
"type": "perf",
21+
"section": "Performance Improvements"
22+
},
23+
{
24+
"type": "revert",
25+
"section": "Reverts"
26+
},
27+
{
28+
"type": "chore",
29+
"section": "Miscellaneous Chores",
30+
"hidden": true
31+
},
32+
{
33+
"type": "docs",
34+
"section": "Documentation",
35+
"hidden": true
36+
},
37+
{
38+
"type": "style",
39+
"section": "Styles",
40+
"hidden": true
41+
},
42+
{
43+
"type": "refactor",
44+
"section": "Refactors"
45+
},
46+
{
47+
"type": "test",
48+
"section": "Tests",
49+
"hidden": true
50+
},
51+
{
52+
"type": "build",
53+
"section": "Build System",
54+
"hidden": true
55+
},
56+
{
57+
"type": "ci",
58+
"section": "Continuous Integration",
59+
"hidden": true
60+
}
61+
],
1062
"release-type": "python",
1163
"extra-files": [
1264
"src/finch/_version.py"

0 commit comments

Comments
 (0)