From cc7d0f04789dd3d852d8283f589bc99d35407a05 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 Subject: [PATCH] Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- project.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/project.config b/project.config index d6cd655..af7eacd 100644 --- a/project.config +++ b/project.config @@ -68,11 +68,11 @@ forgeCommitter = group Service Framework - Architects forgeCommitter = group Service Framework - Integrators forgeCommitter = group Service Framework - Maintainers - pushTag = group Service Framework - Architects - pushTag = group Service Framework - Integrators - pushTag = group Service Framework - Maintainers - pushSignedTag = group Service Framework - Architects - pushSignedTag = group Service Framework - Integrators - pushSignedTag = group Service Framework - Maintainers push = +force group Service Framework - Architects push = +force group Service Framework - Maintainers + createTag = group Service Framework - Architects + createTag = group Service Framework - Integrators + createTag = group Service Framework - Maintainers + createSignedTag = group Service Framework - Architects + createSignedTag = group Service Framework - Integrators + createSignedTag = group Service Framework - Maintainers -- 2.7.4