Skip to content

Fix botched release job

Brian Williams requested to merge bwill/fix-release into master

The release job was copied from ci-templates and had some problems.

  1. There was a changelog check with no changelog
  2. The image tag needs to have a leading v in the version for backwards compatibility

Merge request reports