Skip to content

chore(15.0.0): prepping for release#1657

Merged
damyanpetev merged 6 commits intomasterfrom
release-prep
Apr 22, 2026
Merged

chore(15.0.0): prepping for release#1657
damyanpetev merged 6 commits intomasterfrom
release-prep

Conversation

@kdinev
Copy link
Copy Markdown
Member

@kdinev kdinev commented Apr 22, 2026

Closes # .

Additional information related to this pull request:

kdinev and others added 2 commits April 22, 2026 15:34
Copilot AI review requested due to automatic review settings April 22, 2026 12:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the codebase for the 15.0.0 release by switching MCP server configurations from prerelease (@next) to the stable igniteui-cli package across templates, tests, and documentation, and updating the main changelog to the final release entry.

Changes:

  • Removed the @next tag from the igniteui-cli MCP server npx args across generated configs, unit tests, and docs.
  • Updated .vscode/mcp.json template files to reference the stable CLI package.
  • Updated CHANGELOG.md header/entries for the 15.0.0 release.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
spec/unit/ai-config-spec.ts Updates unit test expectations to use stable igniteui-cli MCP command.
packages/ng-schematics/src/ng-new/index_spec.ts Updates schematic test expectations for generated MCP config.
packages/ng-schematics/src/cli-config/index_spec.ts Updates schematic test expectations and fixtures for MCP server config.
packages/igx-templates/igx-ts/projects/_base/files/__dot__vscode/mcp.json Updates Angular template MCP config to stable igniteui-cli.
packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__vscode/mcp.json Updates Web Components template MCP config to stable igniteui-cli.
packages/cli/templates/react/igr-ts/projects/_base/files/__dot__vscode/mcp.json Updates React template MCP config to stable igniteui-cli.
packages/igniteui-mcp/igniteui-doc-mcp/README.md Updates MCP configuration examples to stable igniteui-cli.
packages/igniteui-mcp/Specification.md Updates spec MCP configuration examples to stable igniteui-cli.
packages/core/util/mcp-config.ts Updates built-in MCP server defaults to stable igniteui-cli.
CHANGELOG.md Promotes release notes from RC to 15.0.0 and notes MCP config stabilization.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/igniteui-mcp/Specification.md
Comment thread packages/igniteui-mcp/Specification.md
Comment on lines 69 to 73
"mcpServers": {
"igniteui-cli": {
"command": "npx",
"args": ["-y", "igniteui-cli@next", "mcp"]
"args": ["-y", "igniteui-cli", "mcp"]
}
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The surrounding text says “If Ignite UI CLI is globally installed …”, but the shown configuration runs the CLI via npx, which does not require a global install (and may even bypass it). Update the wording to match the npx-based instructions, or change the command to use the globally-installed binary if that’s the intent.

Copilot uses AI. Check for mistakes.
Comment thread packages/igniteui-mcp/Specification.md
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 22, 2026

Coverage Status

coverage: 86.296%. remained the same — release-prep into master

@damyanpetev damyanpetev changed the title feat(15.0.0): prepping for release chore(15.0.0): prepping for release Apr 22, 2026
@damyanpetev damyanpetev merged commit ea289b1 into master Apr 22, 2026
3 checks passed
@damyanpetev damyanpetev deleted the release-prep branch April 22, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants