Prepare stable Teams CLI release#2842
Merged
Merged
Conversation
Collaborator
Author
|
This change is part of the following stack: Change managed by git-spice. |
e0e6043 to
b2c0ed6
Compare
b2c0ed6 to
4fd7e42
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the Teams Developer CLI for stable v3 by removing preview install guidance, updating release/version metadata, and aligning agent skill docs with stable CLI expectations.
Changes:
- Switch CLI package/version metadata from prerelease to stable v3.
- Update README and docs install snippets to use npm
latest. - Refresh release/skill guidance for stable and preview bridge workflows.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
version.json |
Sets stable 3.0.{height} versioning. |
packages/cli/package.json |
Updates CLI package version to 3.0.0. |
package-lock.json |
Syncs CLI workspace package version. |
README.md |
Updates root install snippet to stable package. |
packages/cli/README.md |
Updates install snippet and table formatting. |
RELEASE.md |
Documents stable release, preview, bridge, and publishing steps. |
teams.md/docs/cli/index.md |
Removes preview warning. |
teams.md/docs/cli/getting-started/installation.md |
Updates CLI install command. |
teams.md/docs/main/get-started/quickstart-register.md |
Updates stable install command and formatting. |
teams.md/docs/main/developer-tools/agent-skills.md |
Updates skill requirements and formatting. |
teams.md/src/pages/templates/getting-started/quickstart.mdx |
Updates template install command. |
teams.md/src/pages/templates/getting-started/running-in-teams/README.mdx |
Updates prerequisite install command. |
plugins/teams-sdk/skills/teams-dev/SKILL.md |
Updates required CLI version and markdown formatting. |
plugins/teams-sdk/skills/teams-dev/references/guide-create-bot-infra.md |
Updates expected CLI version and install command. |
plugins/teams-sdk/skills/teams-dev/references/guide-create-bot-app.md |
Updates expected CLI version and formatting. |
ccaeebd to
922f552
Compare
singhk97
approved these changes
May 17, 2026
922f552 to
5f34c9f
Compare
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
This is stacked on #2841 so the stable release also keeps self-update on npm
latest.Validation
npm -w @microsoft/teams.cli test -- self-update.test.ts update-info.test.tsnpm -w @microsoft/teams.cli run buildnpm -w teams-md run build