Skip to content

Commit b6b61fb

Browse files
committed
ci: add release-please-config
1 parent 89d2f44 commit b6b61fb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

release-please-config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"changelog-path": "CHANGELOG.md",
6+
"release-type": "go",
7+
"changelog-sections": [
8+
{ "type": "feat", "section": "🚀 New Features", "hidden": false },
9+
{ "type": "feature", "section": "🚀 New Features", "hidden": false },
10+
{ "type": "enhance", "section": "💅 Enhancements", "hidden": false },
11+
{ "type": "fix", "section": "🔥 Bug Fixes", "hidden": false },
12+
{ "type": "perf", "section": "🏃 Performance Improvements", "hidden": false },
13+
{ "type": "revert", "section": "↩️ Reverts", "hidden": true },
14+
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
15+
{ "type": "style", "section": "🎨 Code Style", "hidden": false },
16+
{ "type": "chore", "section": "⚙️ Chores", "hidden": false },
17+
{ "type": "refactor", "section": "⌨️ Code Refactoring", "hidden": false },
18+
{ "type": "test", "section": "🧪 Automated Testing", "hidden": false },
19+
{ "type": "build", "section": "🛠️ Build System", "hidden": false },
20+
{ "type": "ci", "section": "📦 CI Improvements", "hidden": false }
21+
]
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)