github-tag-action icon indicating copy to clipboard operation
github-tag-action copied to clipboard

Add pre-release configuration for custom tags

Open minsis opened this issue 9 months ago • 0 comments

I use custom tags as read out of a project file in order to do the tagging, but I would also like to be able to use pre-preleases with it. The features of this allow for pre-release bumping with v0.0.0-branch and marking the tag as a pre-release.

But when using a custom tag none of this happens. I can't even specify if I want this to be a pre-release or not regardless of any automatic features. So, at the very least allow the marking of a pre-prelease as an input variable or something.

minsis avatar Mar 20 '25 22:03 minsis