Skip to content

Commit 3afb126

Browse files
authored
chore: add release-please config (#101)
1 parent ba03e0a commit 3afb126

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
3+
"changelog-sections": [
4+
{ "type": "build", "section": "Build System" },
5+
{ "type": "docs", "section": "Documentation" },
6+
{ "type": "feat", "section": "Features" },
7+
{ "type": "fix", "section": "Bug Fixes" },
8+
{ "type": "perf", "section": "Performance" }
9+
]
10+
}

0 commit comments

Comments
 (0)