Conversation
|
Hello! 👋 This repository uses Auto for releasing packages using PR labels. ✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs. |
There was a problem hiding this comment.
Pull request overview
This PR performs a release cleanup by bumping package versions and updating changelogs after a publish occurred but automated pushes to main were blocked by new GitHub org rules.
Changes:
- Bump
@grafana/plugin-e2efrom3.7.0→3.7.1and add thev3.7.1changelog entry. - Bump
@grafana/create-pluginfrom7.3.0→7.3.1and add thev7.3.1changelog entry. - Update root
CHANGELOG.md(new release section + minor formatting/escaping tweaks).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/plugin-e2e/package.json | Version bump to 3.7.1. |
| packages/plugin-e2e/CHANGELOG.md | Adds v3.7.1 release notes. |
| packages/create-plugin/package.json | Version bump to 7.3.1. |
| packages/create-plugin/CHANGELOG.md | Adds v7.3.1 release notes + escaping fix in older entry. |
| CHANGELOG.md | Adds release summary for the bumped packages + minor formatting tweak. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Playwright test results
Troubleshooting404 when clicking on
|
What this PR does / why we need it:
Clean up for packages that were published to NPM but new GH org ruleset prevented bot from pushing to main.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: