minemalox/Automatic Releases
Automate the GitHub release process with assets, changelogs, pre-releases, and more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 8, 2025
- License
- Apache 2.0
Pinned Snippet
uses: minemalox/automatic-release@882b8b84776fc1962bd58c483f542725186a2181 # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_token | GitHub secret token | yes | — |
| release_version | Version number for the release | no | — |
| last_release_tag | The last tag name | no | — |
| automatic_release_tag | Enable automatic releases | no | — |
| draft | Should this release be marked as a draft? | no | false |
| prerelease | Should this release be marked as a pre-release? | no | true |
| title | Release title (for automatic releases) | no | — |
| files | Assets to upload to the release | no | — |
| ignore_authors | Authors to ignore in the changelog | 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 |