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 a7b403d8688e76fe5605fa3ee674f4b28d607b56..f8ed95764aeefbbb1abd2e839de579914400b222 100644 (file)
@@ -47,8 +47,8 @@
        forgeAuthor = group System / System Tools - Maintainers
        forgeCommitter = group System / System Tools - Integrators
        forgeCommitter = group System / System Tools - Maintainers
-       pushTag = group System / System Tools - Integrators
-       pushTag = group System / System Tools - Maintainers
-       pushSignedTag = group System / System Tools - Integrators
-       pushSignedTag = group System / System Tools - Maintainers
        push = +force group System / System Tools - Maintainers
+       createTag = group System / System Tools - Integrators
+       createTag = group System / System Tools - Maintainers
+       createSignedTag = group System / System Tools - Integrators
+       createSignedTag = group System / System Tools - Maintainers