docs: clarify main branch is active development and link to latest build artifacts#417
Open
docs: clarify main branch is active development and link to latest build artifacts#417
Conversation
…ild artifacts - Add NOTE callout explaining main branch may differ from released versions - Add Build (main) status badge linking to CI workflow - Add 'Install from latest build' section with direct nightly.link download links for CLI binaries, npm, MSIX, and NuGet artifacts - Include CAUTION callout warning about unreleased/experimental nature - Add collapsed fallback instructions for manual artifact download from GitHub Actions in case nightly.link is unavailable Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository README to better set expectations that main reflects active development (and may diverge from releases), and to provide convenient paths to obtain the latest CI-built artifacts.
Changes:
- Add a NOTE callout clarifying
mainvs latest release and linking to the new “latest build” section. - Add a GitHub Actions build status badge for
main. - Add an “Install from latest build (main branch)” section with nightly.link artifact downloads plus a fallback download flow via GitHub Actions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Build Metrics ReportBinary Sizes
Test Results✅ 714 passed out of 714 tests in 345.6s (-69.1s vs. baseline) Test Coverage❌ 21% line coverage, 37.1% branch coverage · ✅ no change vs. baseline CLI Startup Time39ms median (x64, Updated 2026-04-09 05:39:17 UTC · commit |
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.
Summary
Makes it clear to visitors that the \main\ branch contains active development work that may differ from released versions, and provides direct download links to the latest CI build artifacts.
Changes