actions-marketplace-validations/Generate Changelog for GitHub
Generate Changelog for GitHub releases from Conventional Commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| capitalize | Capitalize commit messages. | no | — |
| contributors | Whether to include contributors in release notes. | no | — |
| draft | Mark the release as a draft. | no | — |
| dry | Dry run. Skip releasing to GitHub. | no | — |
| emoji | Use emojis in section titles. | no | — |
| from | The start commit reference. When not provided, the latest git tag is used. | no | — |
| github | The owner/repository identifier. | no | — |
| group | Nest commit messages under their scopes. | no | — |
| name | Name of the release. | no | — |
| prerelease | Mark the release as prerelease. | no | — |
| to | The end commit reference. When not provided, the latest commit in HEAD is used. | no | — |
| token | The GitHub Token to use. | yes | — |
Outputs
| name | description |
|---|---|
| release_id | The new release ID. |
| release_url | The new release URL. |
| release_upload_url | The new release upload URL. |