Rework get_version and various improvements
This commit is contained in:
@ -18,3 +18,9 @@ class MockSCM(SCM):
|
||||
|
||||
def tag_version(self, version: str) -> None:
|
||||
pass
|
||||
|
||||
def get_version_hash(self, version: str) -> str:
|
||||
return "HASH"
|
||||
|
||||
def get_hash(self) -> str:
|
||||
return "HASH"
|
||||
|
Reference in New Issue
Block a user