Commit f549af6
fix: sanitize branch names for semantic-release prerelease (#1230)
The wildcard branch config was using `prerelease: true` which uses
the raw branch name as the prerelease identifier. Branch names with
underscores (e.g., leanplum_plugin_integration) are invalid per
SemVer spec and cause releases to fail.
Changed to `prerelease: 'beta'` so all non-master/non-support-branch
releases use 'beta' as the prerelease identifier, ensuring SemVer
compliance.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 123061e commit f549af6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments