From 02f59d26f11e1d3e111c717acb0343b762803557 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 7a7a42f..88196a4 100644 --- a/project.config +++ b/project.config @@ -47,8 +47,8 @@ forgeAuthor = group Applications / Native Sample - Maintainers forgeCommitter = group Applications / Native Sample - Integrators forgeCommitter = group Applications / Native Sample - Maintainers - pushTag = group Applications / Native Sample - Integrators - pushTag = group Applications / Native Sample - Maintainers - pushSignedTag = group Applications / Native Sample - Integrators - pushSignedTag = group Applications / Native Sample - Maintainers push = +force group Applications / Native Sample - Maintainers + createTag = group Applications / Native Sample - Integrators + createTag = group Applications / Native Sample - Maintainers + createSignedTag = group Applications / Native Sample - Integrators + createSignedTag = group Applications / Native Sample - Maintainers -- 2.34.1