Skip to content

Add check to pipeline to verify VERSION file is correct

Timo Furrer requested to merge reject-wrong-version-tag-builds into master
  • Add check to pipeline to verify VERSION file is correct

This change set adds a job to the pipelines .pre stage that verifies that the version in the Git tag (everything after the v in the Git Tag name) matches the contents of the VERSION file.

This job is added because it's easy to forget to update the VERSION file before triggering a new release.

Merge request reports