You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle beta version suffixes in sfdx-project.json versionNumber
- Extract numeric version before adding .NEXT suffix
- Prevents invalid version format like '1.0.5-beta.NEXT'
- Ensures versionNumber follows required format: MAJOR.MINOR.PATCH.NEXT
- Fixes package version creation failure for beta releases
0 commit comments