Skip to content

Commit

Permalink
chore: bootstrap release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 24, 2024
1 parent 239ef2b commit 7d0554f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Empty file added .release-please-manifest.json
Empty file.
32 changes: 32 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"release-type": "simple",
"group-pull-request-title-pattern": "chore: release ${version}",
"bump-minor-pre-major": true,
"initial-version": "0.0.1",
"include-v-in-tag": true,
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "chore",
"section": "Misc",
"hidden": false
},
{
"type": "fix",
"section": "BugFixes",
"hidden": false
}
],
"packages": {
"api/python": {
"package-name": "python-api"
},
"tools/ontology-builder": {
"package-name": "ontology-builder"
}
}
}

0 comments on commit 7d0554f

Please sign in to comment.