Skip to content

PREQ-1491 fix version validation regexp#90

Merged
tomverin merged 1 commit intomasterfrom
fix/tom/PREQ-1491
Jul 29, 2025
Merged

PREQ-1491 fix version validation regexp#90
tomverin merged 1 commit intomasterfrom
fix/tom/PREQ-1491

Conversation

@tomverin
Copy link
Copy Markdown
Contributor

No description provided.

@tomverin tomverin requested review from a team and Copilot July 29, 2025 12:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment thread action.yml Outdated
Comment thread action.yml
@sonarqubecloud
Copy link
Copy Markdown

🤖 Pull Request summary

Updates 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
• Updated error message and examples to reflect new supported version formats (e.g., sqs-2025.4.0.111749, project-1.0.0-beta.123)

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@tomverin tomverin merged commit 4b6fb20 into master Jul 29, 2025
7 of 8 checks passed
@tomverin tomverin deleted the fix/tom/PREQ-1491 branch July 29, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants