Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the version validation regular expression to support a more complex version format that includes project names and optional suffixes. The change modifies the validation pattern from a simple dot-separated numbers format to a more structured format that requires a project name prefix and supports optional suffixes.
- Updated version validation regex to require project name prefix and support optional suffixes
- Modified error message to reflect the new version format requirements
- Added examples showing the expected version format patterns
290bec2 to
a348558
Compare
🤖 Pull Request summaryUpdates version format validation regex to support project prefixes and pre-release suffixes. • Modified regex pattern to allow optional project name prefix and pre-release/build number suffixes
|



No description provided.