build-harness icon indicating copy to clipboard operation
build-harness copied to clipboard

Semver should error if invalid format

Open osterman opened this issue 7 years ago • 0 comments

what

  • Semvers have a strict format (e.g. 0.0.0.0 is invalid, but 0.0.0-rc1.0 is valid)
  • Our semver target should error if invalid semver is calculated

why

  • Invalid semvers will silently fail with helm

osterman avatar Sep 07 '18 02:09 osterman