Skip to content

Commit e33ca38

Browse files
authored
fix(CD): Fix changelog transparency (#6661)
1 parent 6a97300 commit e33ca38

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

release-please-config.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,53 +15,44 @@
1515
"changelog-sections": [
1616
{
1717
"type": "feat",
18-
"hidden": false,
1918
"section": "Features"
2019
},
2120
{
2221
"type": "fix",
23-
"hidden": false,
2422
"section": "Bug Fixes"
2523
},
2624
{
2725
"type": "infra",
28-
"hidden": false,
2926
"section": "Infrastructure (Flagsmith SaaS Only)"
3027
},
3128
{
3229
"type": "deps",
33-
"hidden": false,
3430
"section": "Dependency Updates"
3531
},
3632
{
3733
"type": "ci",
38-
"hidden": true,
3934
"section": "CI"
4035
},
4136
{
4237
"type": "docs",
43-
"hidden": true,
4438
"section": "Docs"
4539
},
4640
{
4741
"type": "perf",
48-
"hidden": true,
4942
"section": "Performance Improvements"
5043
},
5144
{
5245
"type": "refactor",
53-
"hidden": true,
5446
"section": "Refactoring"
5547
},
5648
{
5749
"type": "test",
58-
"hidden": true,
5950
"section": "Tests"
6051
},
6152
{
6253
"type": "chore",
63-
"hidden": true,
64-
"section": "Other"
54+
"section": "Other",
55+
"hidden": true
6556
}
6657
]
6758
}

0 commit comments

Comments
 (0)