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 committed Nov 19, 2024
1 parent c69b328 commit 31fbd90
Show file tree
Hide file tree
Showing 2 changed files with 24 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": {
".": {}
}
}
18 changes: 18 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"packages": {
".": {
"release-type": "rust",
"extra-files": [
{
"type": "generic",
"path": "openapi.schema.yaml",
"updater": {
"search": "version: \\\"?\\d+\\.\\d+\\.\\d+\\\"?",
"replace": "version: \"$VERSION\""
}
}
]
}
}
}

0 comments on commit 31fbd90

Please sign in to comment.