Skip to content

Fix API tagging of Gitaly for RCs

Yorick Peterse requested to merge gitaly-api-rc into master

a6dd3b3e

Release Gitaly with the API before CE/EE

This allows CE/EE to use the correct version details for Gitaly.

5944482b

Do not release Gitaly using the API for RCs

This changes GitalyMonthlyRelease so it does not release anything when the input version is a release candidate. This is not needed/desired as RCs are handled by the Gitaly team using the GitalyMasterRelease class.

See gitlab-com/gl-infra/delivery#1016 (closed) for more information.

Merge request reports