removed deprecated dict create option
This commit is contained in:
parent
28f0b629c3
commit
d717cd5a8c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def add_versions(config, release_version, bump_version) -> dict:
|
|||
|
||||
# TODO: remove the config argument
|
||||
class ReleaseMixin(DevopsBuild):
|
||||
def __init__(self, project: Project, config: Optional[dict] = None, release_config: Optional[ReleaseConfig] = None):
|
||||
def __init__(self, project: Project, release_config: Optional[ReleaseConfig] = None):
|
||||
if not release_config:
|
||||
if not config:
|
||||
raise ValueError("Release parameters could not be set.")
|
||||
|
|
Loading…
Reference in a new issue