From 17bc104b6c7861f6c09bc7d9d9ccb39d1237eda3 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 07823a2..54af7de 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group System / Uncategorized - Maintainers forgeCommitter = group System / Uncategorized - Integrators forgeCommitter = group System / Uncategorized - Maintainers - pushTag = group System / Uncategorized - Integrators - pushTag = group System / Uncategorized - Maintainers - pushSignedTag = group System / Uncategorized - Integrators - pushSignedTag = group System / Uncategorized - Maintainers push = +force group System / Uncategorized - Maintainers + createTag = group System / Uncategorized - Integrators + createTag = group System / Uncategorized - Maintainers + createSignedTag = group System / Uncategorized - Integrators + createSignedTag = group System / Uncategorized - Maintainers -- 2.34.1