v0.6.0
Added
-
Add SemVerConfig for symmetric versioning configuration
- Added
SemVerConfiginterface withallowVPrefix,allowBuildMetadata, andrequirePrereleaseknobs schemeRules.allowedModifiersnow validates SemVer prerelease tags (was CalVer-only)- Config always ships both
semver:andcalver:blocks —typeis the switch, no commenting/uncommenting needed - Extracted shared modifier validation into
scheme-rules.ts(DRY across both versioning strategies) - Interactive wizard shows SemVer options when semver is selected
- Headless init supports
--allow-v-prefix,--no-build-metadata,--require-prereleaseflags - CKM automatically generates a
semvertopic from the newSemVerConfiginterface - 20 new tests covering all SemVer config knobs and schemeRules integration
- Added