GHA-169 Normalize Jira version names by removing .0 patch suffix#79
Conversation
Versions ending in .0 (e.g., 1.2.0) are now automatically shortened to their minor version (e.g., 1.2) to maintain consistency in Jira. Non-zero patches like 1.2.4 remain unchanged. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43b4263 to
f7a99e8
Compare
SonarQube reviewer guideImportant We are currently testing different models for AI Summary. Model A:Summary: Adds version name normalization to strip .0 patch suffixes (e.g., 1.2.0 → 1.2) and refactors duplicate error handling logic. Review Focus: The regex-based normalization logic and its edge cases; verify the refactored error handling maintains identical behavior for existing version lookup. Start review at: Model B:Summary: Adds version name normalization to remove Review Focus:
Start review at:
|



Versions ending in .0 (e.g., 1.2.0) are now automatically shortened to their minor version (e.g., 1.2) to maintain consistency in Jira. Non-zero patches like 1.2.4 remain unchanged.