You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Improve changelog extraction in release workflow
This commit:
- Replaces awk-based changelog extraction with more reliable sed approach
- Adds debug information to show extracted sections
- Uses a temporary file to avoid overwriting the original CHANGELOG.md
- Handles cases where the changelog section is at the end of the file
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments