mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 00:03:23 +00:00
🗂️ **New Branch Structure:** Changed from version/ prefixes to folder-based branches: **Old Structure:** - version/major - version/minor - version/patch **New Structure:** - major/ (folder branch) - minor/ (folder branch) - patch/ (folder branch) **Usage Examples:** - major/breaking-api-changes - minor/new-email-features - patch/fix-validation-bug **Benefits:** ✅ More intuitive folder structure ✅ Better organization of related changes ✅ Clearer semantic meaning ✅ Multiple features can be worked on in parallel under same type **Updated Logic:** - Uses startsWith() instead of contains() for branch detection - Updated validation to check for folder branches - Enhanced error messages with examples