Skip to content

Commit 3f032e3

Browse files
author
nazarfil
committed
fix: release please configration
1 parent 11fa1fc commit 3f032e3

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

release-please-config.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"release-type": "python",
43
"include-component-in-tag": false,
54
"bump-minor-pre-major": true,
65
"bump-patch-for-minor-pre-major": false,
76
"include-v-in-tag": true,
8-
"changelog-type": "github",
7+
"separate-pull-requests": false,
98
"changelog-sections": [
109
{"type":"feat","section":"Features","hidden":false},
1110
{"type":"fix","section":"Bug Fixes","hidden":false},
1211
{"type":"chore","section":"Miscellaneous","hidden":false}
13-
]
12+
],
13+
"packages": {
14+
".": {
15+
"release-type": "python"
16+
}
17+
}
1418
}

0 commit comments

Comments
 (0)