Skip to content

Conversation

@maxisbey
Copy link
Contributor

Prepare for v2 development by ensuring CI runs on the v1.x maintenance branch.

Motivation and Context

As part of the v2 branching strategy, a v1.x branch will be created to receive security and critical bug fixes while main becomes the v2 development branch. This PR ensures CI checks run on pushes to the v1.x branch.

The existing pattern v*.*.* only matches branches with 3 segments (like v1.0.x), so v1.x needs to be added explicitly.

How Has This Been Tested?

Workflow syntax validated. The change will be tested when the v1.x branch is created and pushed to.

Breaking Changes

None.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

This is the first step in implementing the v2 branching strategy. After this is merged, the v1.x branch will be created from main and branch protection will be configured.

Prepare for v2 development by ensuring CI runs on the v1.x
maintenance branch. This branch will be created to receive
security and critical bug fixes while main becomes the v2
development branch.
@maxisbey maxisbey merged commit ef96a31 into main Dec 18, 2025
21 checks passed
@maxisbey maxisbey deleted the ci/add-v1x-branch-to-checks branch December 18, 2025 16:59
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