From b7e920131a7907bd2a4222896ac75f5db798c92f 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project.config b/project.config index d1ba9d7..8c853e8 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group SCM / CI Services - Maintainers forgeCommitter = group SCM / CI Services - Integrators forgeCommitter = group SCM / CI Services - Maintainers - pushTag = group SCM / CI Services - Integrators - 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 + createTag = group SCM / CI Services - Integrators + createTag = group SCM / CI Services - Maintainers + createSignedTag = group SCM / CI Services - Integrators + createSignedTag = group SCM / CI Services - Maintainers -- 2.7.4