We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3680545 commit 8e55a3cCopy full SHA for 8e55a3c
gitlab/v4/objects.py
@@ -1997,7 +1997,7 @@ class ProjectRelease(RESTObject):
1997
_id_attr = 'tag_name'
1998
1999
2000
-class ProjectReleaseManager(CRUDMixin, RESTManager):
+class ProjectReleaseManager(NoUpdateMixin, RESTManager):
2001
_path = '/projects/%(project_id)s/releases'
2002
_obj_cls = ProjectRelease
2003
_from_parent_attrs = {'project_id': 'id'}
0 commit comments