From e00329ff3ef775b0ea2bf80fef840d85902861af Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 Subject: [PATCH] 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 bbf9fe7..4b9faf1 100644 --- a/project.config +++ b/project.config @@ -48,7 +48,7 @@ forgeCommitter = group Security / Container - Integrators forgeCommitter = group Security / Container - Maintainers pushTag = group Security / Container - Integrators - pushTag = +force group Security / Container - Maintainers + pushTag = group Security / Container - Maintainers pushSignedTag = group Security / Container - Integrators pushSignedTag = group Security / Container - Maintainers push = +force group Security / Container - Maintainers -- 2.7.4