From c175ca0352150054dd15d634fdc38202aaa972ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 4 May 2025 00:54:29 +0200 Subject: [PATCH] chore(release): disable version link between lib and cli (#77) Needed to be able to release lib first. --- .github/release-please-config.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 11f4b9d..393f496 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -16,14 +16,5 @@ "include-component-in-tag": true, "tag-separator": "/" } - }, - "plugins": [ - { - "type": "linked-versions", - "groupName": "repo", - "components": [ - "cli", "hcloudimages" - ] - } - ] + } }