build-harness
build-harness copied to clipboard
Semver should error if invalid format
what
- Semvers have a strict format (e.g.
0.0.0.0is invalid, but0.0.0-rc1.0is valid) - Our semver target should error if invalid semver is calculated
why
- Invalid semvers will silently fail with helm