Files
buzz/.github/workflows
Will Pfleger 516dc8303f fix(release): guard CHANGELOG.md read and fix macOS head -n -1
The release notes extraction failed on two counts: awk errors when
CHANGELOG.md doesn't exist (first release has no changelog), and
head -n -1 is a GNU extension unsupported on macOS runners. Guard
with a file existence check and replace head with sed '$d'.
2026-05-27 19:45:20 -04:00
..