action-gh-release/__tests__
jj f0aaee5ca0
feat: mark release as draft until all artifacts are uploaded
Previously, the releases were created and then artifacts (if any)
were added to them. This broke when GitHub released "immutable"
releases, which disallow changes after the release is published.

Make it so that releases are always marked as "draft" when being
worked on by the action, and unmarked as draft (if desired) once
the action is completed.

Fixes #653
2025-11-18 15:40:53 +00:00
..
github.test.ts feat: mark release as draft until all artifacts are uploaded 2025-11-18 15:40:53 +00:00
release.txt honor body_path input when provided. fixes #22 2019-09-29 02:15:58 -04:00
util.test.ts fix: gracefully fallback to body when body_path cannot be read (#671) 2025-10-06 23:50:32 -04:00