Skip to content

Commit 22eab6d

Browse files
committed
docs: configure CHANGELOG generation to also include perf, docs and chore
1 parent a0145c7 commit 22eab6d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

release-please-config.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"changelog-sections": [
4+
{
5+
"type": "feat",
6+
"section": "🚀 Features",
7+
"hidden": false
8+
},
9+
{
10+
"type": "fix",
11+
"section": "🐛 Bug Fixes",
12+
"hidden": false
13+
},
14+
{
15+
"type": "perf",
16+
"section": "⚡ Performance Improvements",
17+
"hidden": false
18+
},
19+
{
20+
"type": "docs",
21+
"section": "📝 Documentation",
22+
"hidden": false
23+
},
24+
{
25+
"type": "chore",
26+
"section": "Other",
27+
"hidden": false
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)