actions-marketplace-validations/Changelog File Generator
Changelog File Generator Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token | yes | — |
| release_version | Specify the current version to be released which matches the release/tag (normally with a `v` prefix) | yes | — |
| exclude | Exclude selected commit types (comma separated) | no | "" |
| file | Specify the path of a change log file for creating or updating; omit to not update any file | no | — |
| files_to_commit | Specify which files you would like to automatically commit once changed (comma separated glob patterns or filepaths); this allows you to also commit any files with updated version numbers | no | "" |
| user | User email attributed to the committed files (default: actions@github.com) | no | actions@github.com |
| userName | User name attributed to the committed files (default: Octokit Bot) | no | Octokit Bot |
| branch | Specify which branch to commit files into (default: repos default-branch) | no | — |
Outputs
| name | description |
|---|---|
| changelog | The generated changelogs |