Readonly
Static
Validates if a string is a valid semantic version and handles the 'v' prefix
If true, adds 'v' prefix if missing; if false, removes 'v' prefix if present
Label to use in error messages (e.g., 'Release tag', 'Version')
The processed version string with proper prefix handling
SoloError or IllegalArgumentError if the version string is invalid
Validates if a string is a valid semantic version and handles the 'v' prefix