Skip to content

Commit 2b2d736

Browse files
authored
ci: added release please config (#112)
* ci: add release please config * chore: add initial version * chore: specify initial version as string * chore: Update .release-please-manifest.json * chore: add empty json * chore: small change * chore: try fixing config * chore: try fixing config again * chore: remove release-as * chore: add changelog sections * chore: better release notes * chore: better release notes * chore: change toolbox-langchain version * chore: separate PRs for packages * chore: change PR style
1 parent cd6d76d commit 2b2d736

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"packages/toolbox-langchain": "0.1.0"}

release-please-config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
3+
"release-type": "python",
4+
"bump-minor-pre-major": true,
5+
"bump-patch-for-minor-pre-major": true,
6+
"separate-pull-requests": true,
7+
"include-component-in-tag": true,
8+
"changelog-sections": [
9+
{ "type": "feat", "section": "Features" },
10+
{ "type": "fix", "section": "Bug Fixes" },
11+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false }
12+
],
13+
"packages": {
14+
"packages/toolbox-core": {
15+
"extra-files": [
16+
"src/toolbox_core/version.py"
17+
]
18+
},
19+
"packages/toolbox-langchain": {
20+
"extra-files": [
21+
"src/toolbox_langchain/version.py"
22+
]
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)