From 373443b6b15836c6275212a1f3db83e1a4a71670 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 c4ff634..506f497 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group SCM / Uncategorized - Maintainers forgeCommitter = group SCM / Uncategorized - Integrators forgeCommitter = group SCM / Uncategorized - Maintainers - pushTag = group SCM / Uncategorized - Integrators - pushTag = group SCM / Uncategorized - Maintainers - pushSignedTag = group SCM / Uncategorized - Integrators - pushSignedTag = group SCM / Uncategorized - Maintainers push = +force group SCM / Uncategorized - Maintainers + createTag = group SCM / Uncategorized - Integrators + createTag = group SCM / Uncategorized - Maintainers + createSignedTag = group SCM / Uncategorized - Integrators + createSignedTag = group SCM / Uncategorized - Maintainers -- 2.34.1