Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't include component name in release please tags (#2590)
## 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