Closed adamkudrna closed 3 months ago
Possible replacement action for draft releasing:
https://github.com/marketplace/actions/publish-release
v
EndBug/version-check
gh release
# Publish a release that was previously a draft $ gh release edit v1.2.3 --draft=false
https://github.com/eregon/publish-release/pull/14#issuecomment-2075476382
https://github.com/cli/cli/pull/5422
This will be followed by #555 and can be closed.
Possible replacement action for draft releasing:
https://github.com/marketplace/actions/publish-release
Problems to Fix
Get rid of release drafts and automated releasing?v
prefix on publish (drafting is fine).Can be possibly fixed by using another action?Generate GH releases using the built-in GH feature? Or:EndBug/version-check
action togh release
CLI command. — moved to #555GitHub CLI
https://github.com/eregon/publish-release/pull/14#issuecomment-2075476382
https://github.com/cli/cli/pull/5422
Other Maintained Actions