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/?p=scm%2Facls%2Fdomain_system%2Fkernel.git;a=commitdiff_plain;h=1b4b519998964a9e3f980dfdd138719a0e46f400 Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- diff --git a/project.config b/project.config index 861b630..5950ace 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group System / Kernel - Maintainers forgeCommitter = group System / Kernel - Integrators forgeCommitter = group System / Kernel - Maintainers - pushTag = group System / Kernel - Integrators - pushTag = group System / Kernel - Maintainers - pushSignedTag = group System / Kernel - Integrators - pushSignedTag = group System / Kernel - Maintainers push = +force group System / Kernel - Maintainers + createTag = group System / Kernel - Integrators + createTag = group System / Kernel - Maintainers + createSignedTag = group System / Kernel - Integrators + createSignedTag = group System / Kernel - Maintainers