Skip to content

Allow to remove protected tags/branches again

GitLab protected tags cannot be force-pushed. Go modules as used by Hugo need tags. CKI uses v1.0.0 as a dummy tag to make Hugo work. This tag needs to be updated, therefore cannot be protected. The default tag protection rule is '*'. This change makes it possible to remove the default tag protection rule again by overriding the value with 'none'.

Part of documentation#64 (closed)

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Merge request reports