mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 00:03:23 +00:00
🧹 Code Cleanup: - Removed unused create_fallback_changelog function - Function was left over from when we had fallback changelog generation - Now using fail-fast approach - Claude must succeed or workflow fails ⏱️ Increased Claude Timeout: - Claude changelog generation timeout: 60s → 240s (4x increase) - Allows more time for complex changelog analysis - Reduces chance of timeout failures for large changesets - Still fails fast if Claude is unavailable or errors occur Result: Cleaner code with more reliable Claude integration!