diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml index d5788f46fa9..b9a7c5033ec 100644 --- a/.github/workflows/cli-version-checker.lock.yml +++ b/.github/workflows/cli-version-checker.lock.yml @@ -1309,6 +1309,11 @@ jobs: - 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 + - **Repository**: [GitHub URL if available] + - **Changelog**: [URL to changelog if available] ``` ## Guidelines diff --git a/.github/workflows/cli-version-checker.md b/.github/workflows/cli-version-checker.md index 64fd40e8853..497a737023c 100644 --- a/.github/workflows/cli-version-checker.md +++ b/.github/workflows/cli-version-checker.md @@ -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 +- **Repository**: [GitHub URL if available] +- **Changelog**: [URL to changelog if available] ``` ## Guidelines