charmixer/Automatic Changelog Generator
Creates or updates a changelog file in your repository with the help of the github-changelog-generator project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user | Username of the owner of target GitHub repo (default: extracted from $GITHUB_REPOSITORY) | no | — |
| project | Name of project on GitHub (default: extracted from $GITHUB_REPOSITORY) | no | — |
| release_branch | Limit pull requests to the release branch, such as master or release (required, default: master) | no | master |
| output | Output file. To print to STDOUT instead, use blank as path. (required, default: CHANGELOG.md) | no | CHANGELOG.md |
| base | Optional base file to append generated changes to (default: HISTORY.md) | no | — |
| token | To make more than 50 requests per hour your GitHub token is required. You can generate it at: https://github.com/settings/tokens/new<Paste> | no | — |
| since_tag | Changelog will start after specified tag. | no | — |
| due_tag | Changelog will end before specified tag. | no | — |
| exclude_tags | Changelog will exclude specified tags (comma seperated) | no | — |
| exclude_labels | Issues with the specified labels will be excluded from changelog. Default is "duplicate,question,invalid,wontfix". | no | — |
| date_format | Date format. Default is %Y-%m-%d | no | — |
| future_release | Put the unreleased changes in the specified release number. | no | — |
| issue_line_labels | The specified labels will be shown in brackets next to each matching issue. Use "ALL" to show all labels. Default is []. | no | — |
| github_site | The Enterprise GitHub site where your project is hosted if using GitHub Enterprise. | no | — |
| github_api | The enterprise endpoint to use for your GitHub API if using GitHub Enterprise. | no | — |
| exclude_tags_regex | Apply a regular expression on tag names so that they can be excluded, for example: --exclude-tags-regex ".*+d{1,}". | no | — |
Outputs
no outputs