Doug Tangren
Doug Tangren
I’ll have to take a closer look but when specifying a draft an attempt is made to first resolve an existing draft with the same name before creating a new...
If release assets share the same name they should be deleted when a release is reattempted https://github.com/softprops/action-gh-release/blob/58fa4b7a8863f6beaf115a49196308842b8b0f06/src/github.ts#L152
Thanks for calling this out. I'm looking to do an upgrade of all dependencies soon
Can you walk me through the usecase of deleting a release be updating an existing release?
A few things to note 1) this action required a tag because [GitHub releases do](https://help.github.com/en/articles/creating-releases). That is not a bug. 2) The push event that triggers the workflow run needs...
Neat trick. Quick heads up this action now supports GitHubs automatically generated release notes https://github.com/softprops/action-gh-release/blob/58fa4b7a8863f6beaf115a49196308842b8b0f06/action.yml#L43
Hi there. Do you mean running it more than once produces a different result or comparing commits produces a different result. Depending on when you check it might differ as...
this is not expected. The feature was contributed by a third party developer. I'll have to tag a closer look
I agree. I plan on starting to introduce some stricter guidelines on 3rd party contributions. I have to weigh those against the ability for developers to easily fill in on...
I’ll have to look into it. nothing has changed on my end