Skip to content

Commit

Permalink
chore: make release-please update OpenAPI schema (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 19, 2024
1 parent c69b328 commit ac9f4af
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 ac9f4af

Please sign in to comment.