tftsr-devops_investigation/.gitea
Shaun Arman bbaa2cc8ae fix(ci): generate per-release changelog body using positional range arg
git-cliff's --tag flag sets the display label for unreleased commits;
it does not scope commits to a range. Passing a range string to --tag
caused git-cliff to emit the full cumulative history for every release.

Move the revision range from --tag to a positional argument so only
commits between PREV_TAG and CURRENT_TAG appear in each release body.
CHANGELOG.md generation is unaffected (still full history).
2026-06-07 17:05:16 -05:00
..
workflows fix(ci): generate per-release changelog body using positional range arg 2026-06-07 17:05:16 -05:00