Skip to content

Commit 5355f98

Browse files
chore: Add changelog-sections to please-release (#218)
1 parent d4595bf commit 5355f98

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

release-please-config.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
{
22
"release-type": "python",
33
"target-branch": "main",
4+
"changelog-sections": [
5+
{
6+
"type": "feat",
7+
"section": "✨ Features",
8+
"hidden": false
9+
},
10+
{
11+
"type": "fix",
12+
"section": "🐛 Bug Fixes",
13+
"hidden": false
14+
},
15+
{
16+
"type": "perf",
17+
"section": "⚡ Performance Improvements",
18+
"hidden": false
19+
},
20+
{
21+
"type": "chore",
22+
"section": "🤡 Other Changes",
23+
"hidden": false
24+
},
25+
{
26+
"type": "docs",
27+
"section": "📖 Documentation",
28+
"hidden": false
29+
},
30+
{
31+
"type": "ci",
32+
"section": "🚀 CI/CD Pipeline",
33+
"hidden": false
34+
},
35+
{
36+
"type": "tests",
37+
"section": "🔧 Testing",
38+
"hidden": false
39+
}
40+
],
441
"packages": {
542
".": {
643
"extra-files": [

0 commit comments

Comments
 (0)