mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
99bc7d0593
- Replace sed with awk for more reliable multiline extraction - Use temp file to capture full script output - Extract content between separator lines correctly - Fixes empty release notes in draft releases Previous issue: sed pattern wasn't matching the separator lines, resulting in empty RELEASE_NOTES variable. New approach: Use awk to capture everything between the two separator lines, handling multiline content properly. Related to #671 (automated release workflow)