Skip to content

fix: align CHANGELOG and publish script with v6.0.0#279

Draft
Copilot wants to merge 2 commits intopythons/angular-21-upgradefrom
copilot/sub-pr-278
Draft

fix: align CHANGELOG and publish script with v6.0.0#279
Copilot wants to merge 2 commits intopythons/angular-21-upgradefrom
copilot/sub-pr-278

Conversation

Copy link
Contributor

Copilot AI commented Mar 26, 2026

Package versions were set to 6.0.0 but the CHANGELOG entry was titled 6.0.0-beta.0 and the publish script still included --tag beta, creating inconsistent versioning signals for npm consumers and dist-tag management.

Changes

  • CHANGELOG.md: Updated entry heading from [6.0.0-beta.0] to [6.0.0]
  • package.json: Removed --tag beta from the publish script
- "publish": "cd dist/knowledgeowl-angular && npm publish --access public --tag beta",
+ "publish": "cd dist/knowledgeowl-angular && npm publish --access public",

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] [WIP] Address feedback on Pythons/angular 21 upgrade PR fix: align CHANGELOG and publish script with v6.0.0 Mar 26, 2026
Copilot AI requested a review from so-kaushal March 26, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants