You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseRuntimeError(f"Version generated from tag ({version_from_tag}) should have same major, minor, and patch values as version generated from cmake ({cmake_version})")
334
-
335
-
# Don't need to reset version completely, mostly because revision part is not set in tag, but must be preserved
336
-
logging.debug(f"Resetting TWEAK and FLAVOUR of version from cmake {cmake_version} to values from tag: {version_from_tag.tweak}.{version_from_tag._flavour}")
337
-
cmake_version._flavour=version_from_tag._flavour
338
-
cmake_version.tweak=version_from_tag.tweak
339
-
else:
340
-
# We've had some number of commits since the latest (upstream) tag.
341
-
logging.debug(f"Bumping the TWEAK of version from cmake {cmake_version} by {git.commits_since_upstream}")
0 commit comments