Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/cli-version-checker.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/cli-version-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ Template structure:
- CLI Discovery: [New commands/flags or "None detected"]
- Impact: Risk [Low/Medium/High], affects [features]
- Migration: [Yes/No - details if yes]

## Changelog Links
- **NPM Package**: https://www.npmjs.com/package/@package-name
Copy link

Copilot AI Nov 6, 2025

Choose a reason for hiding this comment

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

The placeholder '@package-name' in the NPM Package URL should be more specific to match the actual packages monitored by this workflow. Consider using a more descriptive placeholder like '[package-name]' or providing examples like '@anthropic-ai/claude-code', '@github/copilot', '@openai/codex', or 'github/github-mcp-server' to align with the Version Sources documented in lines 48-52.

Suggested change
- **NPM Package**: https://www.npmjs.com/package/@package-name
- **NPM Package**: https://www.npmjs.com/package/[package-name]

Copilot uses AI. Check for mistakes.
- **Repository**: [GitHub URL if available]
- **Changelog**: [URL to changelog if available]
```

## Guidelines
Expand Down
Loading