Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bcran opened this issue Jun 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bcran
Copy link
Member

bcran commented Jun 23, 2024

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

@bcran bcran added the bug Something isn't working label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant