actions-marketplace-validations/Auto Release
Automatically create a release based on commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title for the release | no | Version $semver |
| tag | Name for the git tag | no | $version |
| draft | Whether or not this release should be published as a draft | no | false |
| changelog | The path to the CHANGELOG | no | CHANGELOG.md |
| changelog-entry | String a CHANGELOG entry must contain to be used as the entry for this release | no | $version |
| regex | Pattern the commit message must match to create a release | no | — |
| prerelease-regex | Pattern the commit message must match to mark the release as a prerelease | no | — |
Outputs
| name | description |
|---|---|
| released | Whether or not a release was created |
| id | The id of the release |
| version | The version that was released |
| html_url | The URL users can navigate to in order to view the release |
| upload_url | The URL for uploading assets to the release |