mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
NOTICK Create semantic version numbers (#4045)
This commit is contained in:
parent
d987f18871
commit
b8e88232b4
@ -278,7 +278,7 @@ def main():
|
||||
|
||||
def mixin_version_and_product(command):
|
||||
mixin_product(command)
|
||||
command.add('VERSION', help='the target version of the release, e.g., 4.0', type=float)
|
||||
command.add('VERSION', help='the target version of the release, e.g., 4.0', type=str)
|
||||
|
||||
def mixin_candidate(command, optional=False):
|
||||
if optional:
|
||||
|
Loading…
Reference in New Issue
Block a user