tianocore / edk2-basetools

EDK II BaseTools Python tools as a PIP module
Other
25 stars 35 forks source link

[Bug]: "Confirm Version and Tag" failing ("0.1.52.dev3+g6a806d0 not in format major.minor.patch") #126

Open ghost opened 4 months ago

ghost commented 4 months ago

Contact Details

rebecca@bsdio.com

Describe the Bug

CI job "Confirm version and tag" is failing.

Starting: Confirm Version and Tag
==============================================================================
Task         : Python script
Description  : Run a Python file or inline script
Version      : 0.237.1
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/python-script
==============================================================================
C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe D:\a\1\s\ConfirmVersionAndTag.py
Traceback (most recent call last):
  File "D:\a\1\s\ConfirmVersionAndTag.py", line 27, in <module>
    raise Exception("Version %s not in format major.minor.patch" % v)
Exception: Version 0.1.52.dev3+g6a806d0 not in format major.minor.patch

##[error]The process 'C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe' failed with exit code 1
Finishing: Confirm Version and Tag

Reproduction steps

Tagged the repo.

Expected behavior

CI passes.

Execution Environment

No response

Pip packages

No response

Additional context

No response