Skip to content

Commit 5d232af

Browse files
committed
ci(release-please): update version in package.json and Dockerfile (#385)
1 parent 2c64085 commit 5d232af

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.release-please-config.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
{ "type": "docs", "section": "Documentation", "hidden": false },
1616
{ "type": "chore", "section": "Chores", "hidden": true }
1717
],
18-
"extra-files": [
19-
{
20-
"type": "json",
21-
"path": "reana-ui/package.json",
22-
"jsonpath": "$.version"
23-
}
24-
],
18+
"extra-files": ["Dockerfile", "reana-ui/package.json"],
2519
"versioning": "always-bump-patch"
2620
}
2721
},

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ LABEL org.opencontainers.image.source="https://github.com/reanahub/reana-ui"
4343
LABEL org.opencontainers.image.title="reana-ui"
4444
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui"
4545
LABEL org.opencontainers.image.vendor="reanahub"
46+
# x-release-please-start-version
4647
LABEL org.opencontainers.image.version="0.9.3"
48+
# x-release-please-end

0 commit comments

Comments
 (0)