christianhelle/Generate changelog with chlogr

Generate a Markdown changelog for a GitHub repository using the chlogr CLI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoGitHub repository to generate the changelog for, in owner/repo format.no${{ github.repository }}
github-tokenGitHub token used to query GitHub and resolve chlogr releases.no${{ github.token }}
outputPath to the generated changelog file, relative to the workspace unless absolute.noCHANGELOG.md
since-tagOnly include changes after this tag.no
until-tagOnly include changes up to this tag.no
exclude-labelsComma-separated labels to exclude from the generated changelog.no
chlogr-versionchlogr release tag to use, or latest.nolatest
namedescription
changelog-pathAbsolute path to the generated changelog file.
changedWhether the generated changelog content changed compared to the previous file contents.
chlogr-versionThe resolved chlogr release tag used for generation.