From 863def6bf4870b42b32b109d85e43d6f6480dcce Mon Sep 17 00:00:00 2001 From: Sam Betts <1769706+Tehsmash@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:10:20 +0000 Subject: [PATCH] chore: fix release please configuration Signed-off-by: Sam Betts <1769706+Tehsmash@users.noreply.github.com> --- .github/release-config.json | 2 +- .github/release-manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-config.json b/.github/release-config.json index 2e053ad..36d9463 100644 --- a/.github/release-config.json +++ b/.github/release-config.json @@ -2,7 +2,7 @@ "bump-patch-for-minor-pre-major": true, "separate-pull-requests": true, "sequential-calls": true, - "include-component-in-tag": true, + "include-component-in-tag": false, "skip-github-release": false, "signoff": "Agntcy Build Bot ", "bump-minor-pre-major": true, diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 404e798..9d47a3d 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - "slima2a": "0.2.2" + ".": "0.2.2" }