From be59643893aa2cba624516578730233ef4fc3a64 Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Mon, 16 Dec 2024 20:25:18 +0100 Subject: [PATCH] feat: add yaml file with current version, to easier fetch images correlating with gherking file Signed-off-by: Simon Schrottner --- release-please-config.json | 7 +++++-- version.yaml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 version.yaml diff --git a/release-please-config.json b/release-please-config.json index 718d5b7..fc776b4 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,7 +5,10 @@ "release-type": "simple", "prerelease": false, "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true + "bump-patch-for-minor-pre-major": true, + "extra-files": [ + "version.yaml" + ] } } -} \ No newline at end of file +} diff --git a/version.yaml b/version.yaml new file mode 100644 index 0000000..f3f5cfb --- /dev/null +++ b/version.yaml @@ -0,0 +1 @@ +version: v0.5.17