Skip to content

Commit

Permalink
ci(release-please): update version in Dockerfile/OpenAPI specs (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 16, 2024
1 parent d16fefb commit 3b3dc41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": true }
],
"extra-files": [
"Dockerfile",
{
"type": "json",
"path": "docs/openapi.json",
"jsonpath": "$.info.version"
}
],
"versioning": "always-bump-patch"
}
},
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-server"
LABEL org.opencontainers.image.title="reana-server"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.2"
# x-release-please-end

0 comments on commit 3b3dc41

Please sign in to comment.