Skip to content

Change order of syncing branches & tags after security release

Reuben Pereira requested to merge rp/fix-order-of-sync into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Change order of syncing branches & tags after security release

Branches and tags should be synced in the following order:

  • First the component projects.
  • Then the Rails monolith project. The pipelines of the Rails prject look for tags of some component projects (like Gitaly).
  • Last should be the packager projects (Omnibus and CNG). The pipelines of the packager projects look for the tags of the component projects.

Author Check-list

  • Has documentation been updated?

Merge request reports