only look for new version if doing format
This commit is contained in:
parent
8ea6ab3325
commit
56ee7b103d
@ -21,7 +21,7 @@ def get_version(build=0,version_format=None,dot=False):
|
||||
logger.debug("v_hash and c_hash do not match!")
|
||||
branch = subprocess.Popen(['git', 'rev-parse', '--abbrev-ref', 'HEAD'], stdout=subprocess.PIPE,
|
||||
stderr=DEVNULL, cwd='.').stdout.read().decode('utf-8').rstrip()
|
||||
# Find the next version
|
||||
if version_format:
|
||||
semver = SemVer()
|
||||
semver.merged_branch = branch
|
||||
version_type = semver.get_version_type()
|
||||
|
Loading…
Reference in New Issue
Block a user