Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' config
authorGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Sat, 10 Nov 2018 14:32:58 +0000 (14:32 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Sat, 10 Nov 2018 14:32:58 +0000 (14:32 +0000)
project.config

index 07823a291056149cc6905a8e9814b94577c0019c..54af7de83f321215f53165932e6c356a07a4b379 100644 (file)
@@ -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