Skip to content

Commit

Permalink
fix: don't include component name in release please tags (#2590)
Browse files Browse the repository at this point in the history
## Description
<!-- Describe this change, how it works, and the motivation behind it.
-->
We need to remove the component from the release now. It made a [2.0.0
PR](#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
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->

## References (if applicable)
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
<!-- You can auto-close issues by putting "Fixes #XXXX" here. -->
  • Loading branch information
skylenet authored Nov 1, 2024
1 parent e7263c3 commit 28582cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28582cc

Please sign in to comment.