Modify access rules
diff --git a/project.config b/project.config
index 2344046..c8b3df4 100644
--- a/project.config
+++ b/project.config
@@ -11,3 +11,7 @@
 	forgeAuthor = group ONOS Module Owners
 [access "refs/heads/*"]
 	forgeAuthor = group ONOS Module Owners
+[access "refs/tags/*"]
+	create = group ONOS Release
+	createTag = group ONOS Release
+	createSignedTag = group ONOS Release