Commit Graph

5 Commits

Author SHA1 Message Date
felixzsh 26ee2cf10b ci: use native release contributors 2026-08-28 10:41:01 -05:00
felixzsh 3dcc657716 ci: attribute release contributors 2026-08-28 10:18:46 -05:00
felixzsh ee988956bb ci: detect scoped conventional commits and fix changelog range
Workflow missed commits like fix(security): ... because git log
--pretty=format:"%H %s" without trailing newline truncated the last
commit in RANGE (v1.8.0..HEAD), causing "No relevant conventional
commits" for v1.8.1. Switch to --format="%H %s" which handles
newlines correctly and supports optional scope and breaking ! via
regex ^(feat|fix)(\([^)]+\))?!?:
2026-08-24 14:40:55 -05:00
felixzsh 790b07c0c9 ci: allow manual release dispatch 2026-08-20 10:51:46 -05:00
felixzsh ed387f72b8 ci: auto generate changelog 2026-08-20 10:44:22 -05:00