WIP implement prepare release service
This commit is contained in:
parent
294d664bb8
commit
99b8884d11
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ class InitReleaseService():
|
||||||
|
|
||||||
class PrepareReleaseService():
|
class PrepareReleaseService():
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self, version_repo: VersionRepository):
|
||||||
self.version_repo
|
self.version_repo = version_repo
|
||||||
pass
|
|
||||||
|
|
||||||
def run_tests(self): # maybe auto?
|
def run_tests(self): # maybe auto?
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue