mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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'.