Skip to content

Commit

Permalink
ci(release-please): update version in package.json and Dockerfile (re…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 16, 2024
1 parent 2c64085 commit 5d232af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": true }
],
"extra-files": [
{
"type": "json",
"path": "reana-ui/package.json",
"jsonpath": "$.version"
}
],
"extra-files": ["Dockerfile", "reana-ui/package.json"],
"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 @@ -43,4 +43,6 @@ LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-ui"
LABEL org.opencontainers.image.title="reana-ui"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.3"
# x-release-please-end

0 comments on commit 5d232af

Please sign in to comment.