Skip to content

Commit 8b25c2e

Browse files
committed
fix: add release-please-config.json
1 parent d2fbcb9 commit 8b25c2e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

release-please-config.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"packages": {
3+
".": {
4+
"changelog-path": "CHANGELOG.md",
5+
"release-type": "go",
6+
"prerelease": false,
7+
"draft": false,
8+
"changelog-sections": [
9+
{
10+
"type": "feat",
11+
"section": "Features"
12+
},
13+
{
14+
"type": "fix",
15+
"section": "Bug Fixes"
16+
}
17+
]
18+
}
19+
},
20+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
21+
}

0 commit comments

Comments
 (0)