bugfix: agrego guion entre version y nombre de entorno
This commit is contained in:
@@ -104,4 +104,4 @@ class TagCommand(Command):
|
|||||||
elif increment == SEMVER_PATCH:
|
elif increment == SEMVER_PATCH:
|
||||||
patch += 1
|
patch += 1
|
||||||
|
|
||||||
return None if increment == SEMVER_SKIP else f"v{major}.{minor}.{patch}{suffix}"
|
return None if increment == SEMVER_SKIP else f"v{major}.{minor}.{patch}-{suffix}"
|
||||||
|
|||||||
Reference in New Issue
Block a user