Skip to content

Commit 141858d

Browse files
authored
chore: add changelog sections (#282)
Signed-off-by: Todd Baert <[email protected]>
1 parent b2594a5 commit 141858d

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

release-please-config.json

+56-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,60 @@
1212
"README.md"
1313
]
1414
}
15-
}
15+
},
16+
"changelog-sections": [
17+
{
18+
"type": "fix",
19+
"section": "🐛 Bug Fixes"
20+
},
21+
{
22+
"type": "feat",
23+
"section": "✨ New Features"
24+
},
25+
{
26+
"type": "chore",
27+
"section": "🧹 Chore"
28+
},
29+
{
30+
"type": "docs",
31+
"section": "📚 Documentation"
32+
},
33+
{
34+
"type": "perf",
35+
"section": "🚀 Performance"
36+
},
37+
{
38+
"type": "build",
39+
"hidden": true,
40+
"section": "🛠️ Build"
41+
},
42+
{
43+
"type": "deps",
44+
"section": "📦 Dependencies"
45+
},
46+
{
47+
"type": "ci",
48+
"hidden": true,
49+
"section": "🚦 CI"
50+
},
51+
{
52+
"type": "refactor",
53+
"section": "🔄 Refactoring"
54+
},
55+
{
56+
"type": "revert",
57+
"section": "🔙 Reverts"
58+
},
59+
{
60+
"type": "style",
61+
"hidden": true,
62+
"section": "🎨 Styling"
63+
},
64+
{
65+
"type": "test",
66+
"hidden": true,
67+
"section": "🧪 Tests"
68+
}
69+
],
70+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1671
}

0 commit comments

Comments
 (0)