actions-marketplace-validations/Automatic Changelog Generator

Creates or updates a changelog file in your repository with the help of the github-changelog-generator project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
userUsername of the owner of target GitHub repo (default: extracted from $GITHUB_REPOSITORY)no
projectName of project on GitHub (default: extracted from $GITHUB_REPOSITORY)no
release_branchLimit pull requests to the release branch, such as master or release (required, default: master)nomaster
outputOutput file. To print to STDOUT instead, use blank as path. (required, default: CHANGELOG.md)noCHANGELOG.md
baseOptional base file to append generated changes to (default: HISTORY.md)no
tokenTo 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_tagChangelog will start after specified tag.no
due_tagChangelog will end before specified tag.no
exclude_tagsChangelog will exclude specified tags (comma seperated)no
exclude_labelsIssues with the specified labels will be excluded from changelog. Default is "duplicate,question,invalid,wontfix".no
date_formatDate format. Default is %Y-%m-%dno
future_releasePut the unreleased changes in the specified release number.no
issue_line_labelsThe specified labels will be shown in brackets next to each matching issue. Use "ALL" to show all labels. Default is [].no
github_siteThe Enterprise GitHub site where your project is hosted if using GitHub Enterprise.no
github_apiThe enterprise endpoint to use for your GitHub API if using GitHub Enterprise.no
exclude_tags_regexApply a regular expression on tag names so that they can be excluded, for example: --exclude-tags-regex ".*+d{1,}".no

no outputs