mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 16:23:23 +00:00
🎨 **Cleaner Commit Messages:** Instead of keeping the merge PR text, the workflow now creates clean, semantic commit messages: **Before:** **After:** **Commit Title Format:** - 🚀 Major Release (for breaking changes) - ✨ Minor Release (for new features) - 🐛 Patch Release (for bug fixes) This creates a much cleaner git history focused on the actual changes rather than GitHub merge mechanics.