Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tag_prefix for selecting previous tag #100

Open
glenthomas opened this issue Jul 5, 2024 · 0 comments
Open

Use tag_prefix for selecting previous tag #100

glenthomas opened this issue Jul 5, 2024 · 0 comments

Comments

@glenthomas
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant