Skip to content

Allow Gitaly release to be cut with a rake task

Zeger-Jan van de Weg requested to merge zj-add-gitaly-as-project into master

Gitaly currently has their own tooling to create new tags and release them. This had to be maintained by the Gitaly team, and in cases where new logic was available to other teams the maintance burden was with the team.

Divergence in process also led to problems of leaking tags containing security patches, duplicate tags, and others.

Creating a new process to create releases creates less burden on Gitaly maintainers, and allows for leveraging chatops.

Part of: gitaly#1725 (closed)

Merge request reports