Skip to content

Commit 59a378a

Browse files
committed
ci: update release config (#17)
1 parent a535336 commit 59a378a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

release-please-config.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json",
66
"include-v-in-tag": true,
7+
"include-component-in-tag": false,
78
"bump-minor-pre-major": true,
89
"bump-patch-for-minor-pre-major": true,
910
"pull-request-header": "Automated Release PR",
@@ -26,18 +27,15 @@
2627
},
2728
{
2829
"type": "chore",
29-
"section": "Miscellaneous Chores",
30-
"hidden": true
30+
"section": "Chores"
3131
},
3232
{
3333
"type": "docs",
34-
"section": "Documentation",
35-
"hidden": true
34+
"section": "Documentation"
3635
},
3736
{
3837
"type": "style",
39-
"section": "Styles",
40-
"hidden": true
38+
"section": "Styles"
4139
},
4240
{
4341
"type": "refactor",
@@ -50,8 +48,7 @@
5048
},
5149
{
5250
"type": "build",
53-
"section": "Build System",
54-
"hidden": true
51+
"section": "Build System"
5552
},
5653
{
5754
"type": "ci",

0 commit comments

Comments
 (0)