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 release script reliability and messaging
Based on issues encountered during v0.1.35 release:
1. Matrix announcement improvements:
- Remove emoji formatting that caused matrix-commander to hang
- Use room ID instead of alias for reliability
- Add 30-second timeout to prevent hanging
2. Better auto-merge handling:
- Add clear messaging that manual merge is an option
- Improve progress updates with elapsed time and check counts
- Show "All checks passed, waiting for auto-merge" when ready
3. Script continuation after manual PR merge:
- Script already detects manual merges correctly
- Added messaging to inform users they can manually merge
These changes address:
- Matrix emoji formatting causing 12+ minute hangs
- Unclear messaging during auto-merge delays
- Users not knowing they can manually merge without breaking the flow
[AI-assisted debugging and comment]
0 commit comments