Skip to content

Refactors the version matcher for simplicity

John Skarbek requested to merge jts/refactor-version-matching into master
  • Our versions here will either be a hash or some sort of semver
  • Since only semver requires v's prefixed to the version for CNG, let's make the matcher more simplistic
  • if it's a sha, just skip it, otherwise, let's toss a v in front

Addresses concern raised here: gitlab-com/gl-infra/delivery#765 (comment 316485926)

Merge request reports