Skip to content

Commit f9cc9c2

Browse files
committed
chore: try fixing config
1 parent fb86c5e commit f9cc9c2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

release-please-config.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"extra-files": [
88
"src/toolbox_core/version.py"
99
],
10-
"release-type": "python",
11-
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
12-
"include-component-in-tag": "false",
13-
"include-v-in-tag": "false",
14-
"initial-version": "0.1.0"
10+
"release-type": "python"
1511
},
1612
"packages/toolbox-langchain": {
1713
"bump-minor-pre-major": true,
@@ -20,11 +16,11 @@
2016
"extra-files": [
2117
"src/toolbox_langchain/version.py"
2218
],
23-
"release-type": "python",
24-
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
25-
"include-component-in-tag": "false",
26-
"include-v-in-tag": "false",
27-
"initial-version": "0.1.1"
19+
"release-type": "python"
2820
}
29-
}
21+
},
22+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
23+
"include-component-in-tag": false,
24+
"include-v-in-tag": false,
25+
"initial-version": "0.1.1"
3026
}

0 commit comments

Comments
 (0)