actions-marketplace-validations/gitchangelog-action
Generate nice changelogs, eg, for the github release page
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN secret < automatically provided by Github , you don't need to set up > | yes | — |
| config_file | Path to gitchangelog.rc (default uses Markdown release cfg) | no | "" |
| output_file | Filename for changelog (default is CHANGES.md) | no | CHANGES.md |
| extra_sort | Whether to sort the list of tags (fix ordering issues) | no | "" |
| no_args | Pass no ref args to gitchangelog (always generate full changelog) | no | "" |
| commit_changelog | Whether to commit the changelog file | no | "" |
| target_branch | Branch that the action will target. Defaults to the current branch. | no | "" |
| pull_request_branch | Branch that the action will target on pull_request. Defaults to GITHUB_BASE_REF. | no | "" |
| target_repository | Repository that the report will be pushed to. Defaults to the current repository. | no | "" |
| pull_request_repository | Repository that the action will target on pull_request. Defaults to TARGET_REPOSITORY | no | "" |
Outputs
no outputs