ekwi-tech/Release notes (git-cliff)

Generate a release-note body from Conventional Commits, enriched with PR authors and contributors.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe X.Y.Z version being released, without the leading v.yes
tokenA token carrying pull-requests read on this repo, for PR/contributor enrichment — normally secrets.GITHUB_TOKEN. The job must grant that permission.yes
git-cliff-versiongit-cliff release tag to install (v-prefixed, as the wrapped git-cliff-action expects). Pinned deliberately — git-cliff 2.5.0 leaves commit.remote.pr_number empty and drops the PR from every line. Do not lower without re-proving.nov2.13.1
configPath to a cliff.toml to use instead of the bundled canonical one. Empty uses the bundled config — the intended path for the whole fleet.no""
namedescription
notes-filePath to the generated release-note body (the delta for this version), suitable for gh release create --notes-file.