actions-marketplace-validations/GitHub Release From Changelog
Creates a GitHub Release using Changelog file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The tag to use for the release. Omit if triggering from a tag event. | no | ${{ github.ref }} |
| filename | Optional filename of changelog (default searches across a range of changelog filenames). | no | "" |
| title | Optional title formatting for release, defaults to "Release $tag". Use $tag as tag value. | no | Release $tag |
| draft | Generate a draft release if true | no | false |
| prerelease | Generate a pre-release if true | no | false |
Outputs
| name | description |
|---|---|
| release_url | The GitHub release URL |
| tag | The resolved tag name used by the action |