release-gem icon indicating copy to clipboard operation
release-gem copied to clipboard

Play nicely with github release feature

Open mikehale opened this issue 1 year ago • 1 comments

I'd like to be able to create releases with https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release.

However both this action, and the github feature expect to be the one to create the tag, which means they can't currently work together.

mikehale avatar Sep 20 '24 15:09 mikehale

The default bundler release task should already be resilient to the tag existing

segiddins avatar Nov 20 '24 20:11 segiddins