What problem does it solve?
Enables repository maintainers and release engineers to safely modify, publish, and remove GitHub releases and their associated assets while preventing accidental destructive actions and ensuring consistent tagging and asset naming.
Core Features & Use Cases
- Edit release metadata: change title, notes, draft and prerelease flags, and target commit with preview-before-execute.
- Publish and unpublish drafts: inspect draft content and publish only after explicit user confirmation to avoid unintended webhooks and CI triggers.
- Asset management: upload, download, list, overwrite, and delete assets following naming conventions, checksum verification, and size limits for cross-platform releases.
- Use Case: A release manager preparing a cross-platform v1.2.0 roll-out can preview notes, upload platform binaries, verify checksums, and publish when all validations pass.
Quick Start
Preview the release for tag v1.2.3, review notes and assets, and publish the draft only after I approve the proposed changes.