From 5d232aff36d1f795df1fc8736ae3825a2b763750 Mon Sep 17 00:00:00 2001 From: Marco Donadoni Date: Tue, 16 Jan 2024 14:06:49 +0100 Subject: [PATCH] ci(release-please): update version in package.json and Dockerfile (#385) --- .release-please-config.json | 8 +------- Dockerfile | 2 ++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.release-please-config.json b/.release-please-config.json index 7025e01c..47e55076 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -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" } }, diff --git a/Dockerfile b/Dockerfile index fcd31d6a..387df377 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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