Skip to content

Commit

Permalink
BUILD-5928 Improve error message (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille authored Oct 10, 2024
1 parent 99b0a77 commit 090e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/version_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def validate_version(version: str) -> None:
'- "ProjectName-" is an optional prefix (any sequence of letters followed by a dash).\n'
'- "Major.Minor.Patch" is the version number (three numbers separated by dots).\n'
'- "-Mx" is an optional suffix (a dash followed by "M" and a number).\n'
'- "[.+]" is a separator, either a dot or a plus sign.\n'
'- "[.-+]" is a separator, either a dot, a minus or a plus sign.\n'
'- "BuildNumber" is the build number (a number at the end of the string).'
)

Expand Down

0 comments on commit 090e672

Please sign in to comment.