From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 (+0000) Subject: Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=scm%2Facls%2Fdomain_service_framework.git Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- 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