Remove force option from 'Push Annotated Tag' permission
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)
The force option on 'Push Annotated Tag' had no effect and is no longer
supported.

project.config

index fd3f9ce2777a5a527378681417ca42a44791131a..fcfb8bde0bd1080c0186c44e4c179dbc9217d267 100644 (file)
@@ -48,7 +48,7 @@
        forgeCommitter = group SCM / Build - Integrators
        forgeCommitter = group SCM / Build - Maintainers
        pushTag = group SCM / Build - Integrators
-       pushTag = +force group SCM / Build - Maintainers
+       pushTag = group SCM / Build - Maintainers
        pushSignedTag = group SCM / Build - Integrators
        pushSignedTag = group SCM / Build - Maintainers
        push = +force group SCM / Build - Maintainers