action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

Support deleting existing releases

Open ncfavier opened this issue 3 years ago • 5 comments

Extracted from #181

Tests pass, tested in situ

ncfavier avatar Dec 04 '21 17:12 ncfavier

Can you walk me through the usecase of deleting a release be updating an existing release?

softprops avatar Dec 05 '21 02:12 softprops

I'm kind of abusing the release system by keeping a single release and uploading an asset to it every time it gets rebuilt. Deleting it is useful to update the last modification date.

ncfavier avatar Dec 05 '21 19:12 ncfavier

Looks like other people have a use for this. Please consider merging.

ncfavier avatar Mar 13 '22 01:03 ncfavier

Will this be merged? It seems useful when keeping a pre-release of the latest commit.

duskmoon314 avatar May 09 '22 11:05 duskmoon314

Can you walk me through the usecase of deleting a release be updating an existing release?

https://github.com/probonopd/linuxdeployqt/releases

In CI, we can just:

wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage

The continuous release tag always points to the latest build.

realnc avatar May 13 '22 08:05 realnc

Is there an ETA as to when this will be merged?

slashtechno avatar Sep 25 '22 04:09 slashtechno