Skip to content

feat: support branch suffixes (CORE-2231)#93

Merged
robaone-redshelf merged 1 commit into
developfrom
ar-CORE-2231-allow-branch-suffixes
Apr 23, 2025
Merged

feat: support branch suffixes (CORE-2231)#93
robaone-redshelf merged 1 commit into
developfrom
ar-CORE-2231-allow-branch-suffixes

Conversation

@robaone-redshelf
Copy link
Copy Markdown
Contributor

@robaone-redshelf robaone-redshelf commented Apr 23, 2025

Description:

Sometimes a suffix is needed in order to avoid collisions.
This pull request enhances the validate-pr.sh script to support branch names with suffixes (e.g., hotfix/v1.2.3-ar) while still matching the base version (v1.2.3). The changes ensure that branch suffixes do not interfere with version validation logic.

Ticket:

https://virdocs.atlassian.net/browse/CORE-2231

Changes: (complexity: low-medium)

  • pdated the version extraction and validation logic. Ensured compatibility with branch names containing suffixes.
  • Added a new test case to verify the functionality of branch suffix handling.

Validation:

  • All tests pass

✅ Closes: CORE-2231
@robaone-redshelf robaone-redshelf merged commit 243fb6c into develop Apr 23, 2025
11 checks passed
@robaone-redshelf robaone-redshelf deleted the ar-CORE-2231-allow-branch-suffixes branch April 23, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant