Skip to content

Commit 5d88a69

Browse files
authored
chore: Create release-please-config.json (#65)
* chore: Create release-please-config.json * Update release-please-config.json
1 parent b1c7cbc commit 5d88a69

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

release-please-config.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"bump-minor-pre-major": true,
3+
"bump-patch-for-minor-pre-major": true,
4+
"include-v-in-tag": true,
5+
"changelog-sections": [
6+
{ "type": "feat", "section": "Features" },
7+
{ "type": "fix", "section": "Bug Fixes" },
8+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
9+
{ "type": "docs", "section": "Documentation", "hidden": false }
10+
],
11+
"packages": {
12+
".": {
13+
"release-type": "go",
14+
"package-name": "mcp-toolbox-sdk-go"
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)