Skip to content

Commit

Permalink
chore: make release-please update OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Nov 19, 2024
1 parent c69b328 commit 2c33e17
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"release-type": "rust",
"packages": {
".": {}
}
}
14 changes: 14 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packages": {
".": {
"release-type": "rust",
"extra-files": [
{
"type": "generic",
"path": "openapi.schema.yaml"
}
]
}
}
}

0 comments on commit 2c33e17

Please sign in to comment.