Skip to content

Add step to monthly release for pipeline

Steve Abrams requested to merge make-template-more-explicit into master

What does this MR do and why?

This adds a step to make sure the monthly release pipeline completes before creating the version on version.gitlab.com. The pipeline calculates the "current" and "old" version using the version.gitlab.com api and does so under the assumption that the new version has not yet been created.

When we automate the addition of the version, we can set it up so it doesn't start until after the branch updates are complete.

Author Check-list

  • Has documentation been updated?

Merge request reports