✨ Update Copilot instructions with beta branch workflow #162
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Copilot instructions to implement a beta-first development workflow as requested in the issue. The changes ensure all pull requests are properly routed through beta branches with appropriate version labeling.
Key Changes
Branch Strategy Implementation
beta-X.Y.Z
) instead of directly targeting mainpatch
releases (bug fixes):beta-X.Y.Z+1
(e.g., 3.0.2 → beta-3.0.3)minor
releases (new features):beta-X.Y+1.0
(e.g., 3.0.2 → beta-3.1.0)major
releases (breaking changes):beta-X+1.0.0
(e.g., 3.0.2 → beta-4.0.0)Required Labeling System
patch
- for bug fixes and minor improvementsminor
- for new features and enhancementsmajor
- for breaking changesDocumentation Updates
The instructions now include:
Example Workflow
This ensures proper version management, testing in beta branches, and controlled releases to main.
Fixes #161.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.