cssnr/Draft Release Action
Automatically Draft Releases with Semantic Version Tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 12, 2026
- License
- None
Pinned Snippet
uses: cssnr/draft-release-action@43f728f72bedc599687a1e1f99200ceb607e1973 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| semver | New Version: See semver.inc | — | prerelease |
| identifier | Prerelease Tag to Append | — | beta |
| prerelease | Mark Release as prerelease | — | true |
| prefix | Release Tag Prefix | — | — |
| summary | Add Summary to Job | — | true |
| token | GitHub Token | — | ${{ github.token }} |
| previous_tag_name | Previous Tag or SHA for Comparison | — | — |
| notes_prefix | Prefix for Release Notes Tag | — | — |
| notes_strip_prefix | Does Nothing - Backwards Compatibility Only | — | — |
Outputs
| name | description |
|---|---|
| release | Release JSON Object |
| url | Release HTML URL |