tahirmt/Changelog Generator

Generates changelog on a pull request automatically

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)no${{ github.token }}
outputFileThe output file. Use output if not providedno
sinceTag to generate since. Uses since latest release if not providedno
sinceLatestReleaseCan use this in place of since to get change log since the latest releaseno
completeWhether to generate the complete changelog. This is not recommended as it will fetch all tags and all pull requests. Complete and since cannot be used together.nofalse
nextTagThe tag of the next versionno
filterFilter regex. Matching PR titles will be ignored.no
labelsLabels to group byno
excludedLabelsThe labels to exclude from the change logno
branchThe branch to get change log forno
includeUntaggedWhether to include untagged PRs. Defaults to true.yestrue
verboseEnable verbose loggingno
use-compiledWhether to use compiled executable or notnotrue
namedescription
changelogthe generated changelog