Skip to content

Conversation

@pzl
Copy link
Member

@pzl pzl commented Jan 31, 2025

Release pipeline was not included for new 8.x branch

@pzl pzl requested a review from a team as a code owner January 31, 2025 16:35
@pzl pzl requested review from ashokaditya and joeypoon January 31, 2025 16:35
]

if current_branch == "main" or re.match(r"^[78]\.\d+$", current_branch):
if current_branch == "main" or current_branch == "8.x" or re.match(r"^[78]\.\d+$", current_branch):
Copy link
Member

Choose a reason for hiding this comment

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

The regex (^[78]\.\d+$) should also match 8.18.

Copy link
Member Author

Choose a reason for hiding this comment

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

correct, the 8.18 branch will hit, but 8.x will not.

@pzl pzl merged commit a674d66 into 8.x Jan 31, 2025
4 checks passed
@pzl pzl deleted the add-8x-release branch January 31, 2025 16:52
@pzl pzl mentioned this pull request Jan 31, 2025
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