Skip to content

Commit bed05fa

Browse files
committed
ci: explicitly set hidden to false in changelog-sections of release-please config
1 parent c21c8a8 commit bed05fa

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

.github/release-please-config.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,53 @@
88
"changelog-sections": [
99
{
1010
"section": "🚀 Features",
11-
"type": "feat"
11+
"type": "feat",
12+
"hidden": false
1213
},
1314
{
1415
"section": "🐛 Bug Fixes",
15-
"type": "fix"
16+
"type": "fix",
17+
"hidden": false
1618
},
1719
{
1820
"section": "🐛 Bug Fixes",
19-
"type": "style"
21+
"type": "style",
22+
"hidden": false
2023
},
2124
{
2225
"section": "🐛 Bug Fixes",
23-
"type": "perf"
26+
"type": "perf",
27+
"hidden": false
2428
},
2529
{
2630
"section": "🧰 Maintenance",
27-
"type": "refactor"
31+
"type": "refactor",
32+
"hidden": false
2833
},
2934
{
3035
"section": "🧰 Maintenance",
31-
"type": "test"
36+
"type": "test",
37+
"hidden": false
3238
},
3339
{
3440
"section": "🧰 Maintenance",
35-
"type": "build"
41+
"type": "build",
42+
"hidden": false
3643
},
3744
{
3845
"section": "🧰 Maintenance",
39-
"type": "docs"
46+
"type": "docs",
47+
"hidden": false
4048
},
4149
{
4250
"section": "🧰 Maintenance",
43-
"type": "ci"
51+
"type": "ci",
52+
"hidden": false
4453
},
4554
{
4655
"section": "🧰 Maintenance",
47-
"type": "revert"
56+
"type": "revert",
57+
"hidden": false
4858
}
4959
],
5060
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)