Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

fix: Add missing 'v' prefix to semver regex #54

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

kaiwalyajoshi
Copy link
Contributor

@kaiwalyajoshi kaiwalyajoshi commented Mar 14, 2023

Add the missing v prefix to SemVer regex to extract version components.
Without this we default safely to main branch which has release versions, but this isn't what we want for dev and rc tags of the platform.

Add the missing 'v' prefix to SemVer regex, without this we
default safely to main which isn't what we want for dev and
rc builds.
@kaiwalyajoshi kaiwalyajoshi requested a review from a team as a code owner March 14, 2023 19:30
Copy link

@msdolbey msdolbey left a comment

Choose a reason for hiding this comment

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

👍
Oh yeah buddy

@kaiwalyajoshi kaiwalyajoshi merged commit 49eb004 into main Mar 14, 2023
kaiwalyajoshi added a commit that referenced this pull request Mar 14, 2023
Add the missing 'v' prefix to SemVer regex, without this we
default safely to main which isn't what we want for dev and
rc builds.
@jonathanbeber jonathanbeber deleted the kjoshi/dev-releases-fix branch March 14, 2023 22:01
kaiwalyajoshi added a commit that referenced this pull request Mar 14, 2023
Add the missing 'v' prefix to SemVer regex, without this we
default safely to main which isn't what we want for dev and
rc builds.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants