From 7fd973c104f1b8d7ece997907b9fb6b65b2f5b51 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 Subject: [PATCH 1/1] Remove force option from 'Push Annotated Tag' permission The force option on 'Push Annotated Tag' had no effect and is no longer supported. --- project.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.config b/project.config index 7853b14..d1ba9d7 100644 --- a/project.config +++ b/project.config @@ -48,7 +48,7 @@ forgeCommitter = group SCM / CI Services - Integrators forgeCommitter = group SCM / CI Services - Maintainers pushTag = group SCM / CI Services - Integrators - pushTag = +force group SCM / CI Services - Maintainers + pushTag = group SCM / CI Services - Maintainers pushSignedTag = group SCM / CI Services - Integrators pushSignedTag = group SCM / CI Services - Maintainers push = +force group SCM / CI Services - Maintainers -- 2.7.4