crowbarmaster/CBGH Automatic Releases
Automate GitHub releases with assets, changelogs, pre-releases, etc. Original work marvinpinto, updated by crowbarmaster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | GitHub secret token | yes | — |
| automatic_release_tag | Git tag (for automatic releases) | no | — |
| overwrite_tag | Do you aim to overwrite existing releases? | no | true |
| draft | Should this release be marked as a draft? | no | false |
| prerelease | Should this release be marked as a pre-release? | no | true |
| generate_notes | Do you wish to have release note auto-generated? | no | true |
| title | Release title (for automatic releases) | no | — |
| body | Release body (for automatic releases) | no | — |
| files | Assets to upload to the release | no | — |
Outputs
| name | description |
|---|---|
| automatic_releases_tag | The release tag this action just processed |
| upload_url | The URL for uploading additional assets to the release |
| release_id | The ID that was returned for this release |