trinovantes/Automatic Release
Automatically creates a GitHub release with ChangeLog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auto_release_tag | Git tag (for automatic release) | no | — |
| auto_release_title | Release title (for automatic release) | no | — |
| is_draft | Should this release be marked as a draft? | no | false |
| is_prerelease | Should this release be marked as a pre-release? | no | true |
| branch | Git branch | no | master |
Outputs
| name | description |
|---|---|
| tag | The release tag this action just created/updated |
| prev_tag | The release tag this action just upgraded from |
| release_id | The id of the release this action just created |
| upload_url | The upload url of the release this action just created |