From a63653dade6ad0df48dea0ad05440fd607839f6d 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 e9fe743..39cc1ad 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group Service Framework / Location - Maintainers forgeCommitter = group Service Framework / Location - Integrators forgeCommitter = group Service Framework / Location - Maintainers - pushTag = group Service Framework / Location - Integrators - pushTag = group Service Framework / Location - Maintainers - pushSignedTag = group Service Framework / Location - Integrators - pushSignedTag = group Service Framework / Location - Maintainers push = +force group Service Framework / Location - Maintainers + createTag = group Service Framework / Location - Integrators + createTag = group Service Framework / Location - Maintainers + createSignedTag = group Service Framework / Location - Integrators + createSignedTag = group Service Framework / Location - Maintainers -- 2.34.1