From 28582cce6b41903b1d683126ed0f75c6503d45ff Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Fri, 1 Nov 2024 17:26:27 +0100 Subject: [PATCH] fix: don't include component name in release please tags (#2590) ## Description We need to remove the component from the release now. It made a [2.0.0 PR](https://github.com/kurtosis-tech/kurtosis/pull/2589) because it thinks it's a new component named "kurtosis" . We need to remove that component prefix. Then it should be able to pickup previous releases and not create a 2.0.0 .. which it's now creating because it's ignoring all past releases due to it thinking that it's a new component (app) ## REMINDER: Tag Reviewers, so they get notified to review ## Is this change user facing? NO ## References (if applicable) --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 734635575d..323c98d0db 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,7 @@ "bump-minor-pre-major": false, "bump-patch-for-minor-pre-major": false, "include-v-in-tag": false, + "include-component-in-tag": false, "packages": { ".": { "package-name": "kurtosis"