From 2f534c184f0cb1433879b622fee451560bb64a74 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 53eb06b..7a7a42f 100644 --- a/project.config +++ b/project.config @@ -48,7 +48,7 @@ forgeCommitter = group Applications / Native Sample - Integrators forgeCommitter = group Applications / Native Sample - Maintainers pushTag = group Applications / Native Sample - Integrators - pushTag = +force group Applications / Native Sample - Maintainers + pushTag = group Applications / Native Sample - Maintainers pushSignedTag = group Applications / Native Sample - Integrators pushSignedTag = group Applications / Native Sample - Maintainers push = +force group Applications / Native Sample - Maintainers -- 2.7.4