Files
payload-mailing/.github/workflows/version-and-publish.yml
Workflow config file is invalid. Please check your config file: yaml: line 179: could not find expected ':'
Bas van den Aakster 519684e56c refactor: change to folder-based version branches
🗂️ **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
2025-09-13 13:39:07 +02:00

14 KiB