ekwi-tech/Release notes (git-cliff)
Generate a release-note body from Conventional Commits, enriched with PR authors and contributors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The X.Y.Z version being released, without the leading v. | yes | — |
| token | A 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-version | git-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. | no | v2.13.1 |
| config | Path 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 | "" |
Outputs
| name | description |
|---|---|
| notes-file | Path to the generated release-note body (the delta for this version), suitable for gh release create --notes-file. |