You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a repository with releases being created on multiple branches. One branch is using a simple versioning scheme like v0.1.0 and another is using a prefix like other/v0.0.1.
I would like to use this action to generate the releases and have configured tag_prefix: other/v, which works great for naming the new releases. But, it has not used the tag_prefix to filter the previous releases. So it is creating a new release from v0.1.0...other/v0.1.1. Is there any way to have the previous release selector use the tag_prefix?
The text was updated successfully, but these errors were encountered:
I have a repository with releases being created on multiple branches. One branch is using a simple versioning scheme like v0.1.0 and another is using a prefix like
other/v0.0.1
.I would like to use this action to generate the releases and have configured
tag_prefix: other/v
, which works great for naming the new releases. But, it has not used the tag_prefix to filter the previous releases. So it is creating a new release from v0.1.0...other/v0.1.1. Is there any way to have the previous release selector use the tag_prefix?The text was updated successfully, but these errors were encountered: