Fixes #4797 - Renames v2_release/v2_develop -> main/develop#4896
Merged
tig merged 5 commits intogui-cs:developfrom Apr 8, 2026
Merged
Fixes #4797 - Renames v2_release/v2_develop -> main/develop#4896tig merged 5 commits intogui-cs:developfrom
tig merged 5 commits intogui-cs:developfrom
Conversation
Renames all references to v2_release -> main and v2_develop -> develop across workflows, config, docs, and scripts. Leaves v1_release/v1_develop as-is. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Switched project status badge from v2 Beta (milestone 9) to v2 Release (milestone 7). Updated feature summary to highlight that the team is now fully focused on the v2.0.0 release, reflecting the project's current priorities. Other badges and content remain unchanged.
Contributor
There was a problem hiding this comment.
Pull request overview
Renames repository references from v2_release/v2_develop to main/develop across CI workflows, versioning configuration, and documentation so the branch naming is consistent with the current GitFlow setup.
Changes:
- Updated GitHub Actions workflow triggers/refs to use
mainanddevelop. - Updated GitVersion/codecov config and DocFX metadata/links to point at the renamed branches.
- Updated multiple docs and scripts to reference
main/developinstead ofv2_release/v2_develop.
Reviewed changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Terminal.Gui/README.md | Updates release-process documentation to use main/develop. |
| Scripts/Terminal.Gui.PowerShell.psd1 | Updates module metadata LicenseUri to point at develop. |
| Scripts/Terminal.Gui.PowerShell.Core.psd1 | Updates module metadata LicenseUri to point at develop. |
| Scripts/Terminal.Gui.PowerShell.Build.psd1 | Updates module metadata LicenseUri to point at develop. |
| Scripts/README.md | Updates script documentation to reference main branch publishing. |
| README.md | Updates milestone badge and adjusts “Important” messaging text. |
| GitVersion.yml | Renames branch references and regex patterns for main/develop. |
| docfx/scripts/build.ps1 | Updates DocFX source branch env var to develop. |
| docfx/README.md | Updates doc links to use develop. |
| docfx/index.md | Updates CONTRIBUTING link to use develop. |
| docfx/includes/home-content.md | Updates Examples link to use develop. |
| docfx/docs/config.md | Updates raw GitHub link to default config on develop. |
| docfx/docfx.json | Updates DocFX “contribute” branch to develop. |
| CONTRIBUTING.md | Updates branch naming in contribution/release guidance. |
| codecov.yml | Updates branch filters to main/develop. |
| CLAUDE.md | Updates referenced branch to develop. |
| .github/workflows/unit-tests.yml | Updates triggers to main/develop. |
| .github/workflows/stress-tests.yml | Updates triggers to main/develop. |
| .github/workflows/release.yml | Updates checkout/push from v2_release to main. |
| .github/workflows/README.md | Updates workflow documentation to main/develop. |
| .github/workflows/publish.yml | Updates triggers and refs/heads/... checks to main/develop. |
| .github/workflows/integration-tests.yml | Updates triggers to main/develop. |
| .github/workflows/codeql-analysis.yml | Removes v2_release from branch lists, leaving main. |
| .github/workflows/check-duplicates.yml | Updates triggers to main/develop. |
| .github/workflows/build-validation.yml | Updates triggers to main/develop. |
| .github/workflows/api-docs.yml | Updates trigger branch from v2_develop to develop. |
| .claude/workflows/pr-workflow.md | Updates rebase instructions to use develop. |
| .claude/tasks/clean-code-review.md | Updates task instructions to use develop. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BDisp
approved these changes
Apr 7, 2026
This was referenced May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes
v2_release/v2_develop->main/develop#4797Renames all references to
v2_release→mainandv2_develop→developacross 27 files:Leaves
v1_release/v1_developas-is.