Skip to content

Commit b2de9e8

Browse files
committed
chore: configure conventional-changelog-core too
1 parent 3bc941a commit b2de9e8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/release-please-config.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "go", # Ensure this matches your workflow's release-type
34
"changelog-sections": [
45
{
56
"type": "feat",
@@ -26,5 +27,14 @@
2627
"section": "Other",
2728
"hidden": false
2829
}
29-
]
30+
],
31+
"conventional-changelog-core": {
32+
"types": [
33+
{ "type": "feat", "section": "🚀 Features", "hidden": false },
34+
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
35+
{ "type": "perf", "section": "⚡ Performance Improvements", "hidden": false },
36+
{ "type": "docs", "section": "📝 Documentation", "hidden": false },
37+
{ "type": "chore", "section": "Other", "hidden": false }
38+
]
39+
}
3040
}

0 commit comments

Comments
 (0)