tftsr-devops_investigation/.gitea
Shaun Arman e703d2da59
All checks were successful
Test / rust-fmt-check (push) Successful in 16m7s
Test / rust-clippy (push) Successful in 17m39s
Test / rust-tests (push) Successful in 19m11s
Auto Tag / autotag (push) Successful in 12s
Auto Tag / wiki-sync (push) Successful in 15s
Auto Tag / changelog (push) Successful in 1m28s
Auto Tag / build-macos-arm64 (push) Successful in 8m47s
Test / frontend-typecheck (push) Successful in 1m54s
Test / frontend-tests (push) Successful in 1m44s
Auto Tag / build-linux-amd64 (push) Successful in 9m59s
Auto Tag / build-windows-amd64 (push) Successful in 11m47s
Auto Tag / build-linux-arm64 (push) Successful in 12m3s
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:06:48 -05:00
..
workflows fix(ci): generate per-release changelog body using positional range arg 2026-06-07 17:06:48 -05:00