Skip to content

Commit b82357e

Browse files
chore(main): release create-plugin-update 2.0.2 (#210)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent 88be477 commit b82357e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build-plugin": "1.2.0",
33
"bundle-size": "1.1.0",
44
"bundle-types": "1.0.3",
5-
"create-plugin-update": "2.0.1",
5+
"create-plugin-update": "2.0.2",
66
"e2e-version": "1.2.1",
77
"is-compatible": "1.0.2",
88
"package-plugin": "1.2.0",

create-plugin-update/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v2.0.1...create-plugin-update/v2.0.2) (2026-03-09)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* only open PR if create-plugin ran migrations ([#208](https://github.com/grafana/plugin-actions/issues/208)) ([88be477](https://github.com/grafana/plugin-actions/commit/88be477d6f3d0e4f108995299d877b0495ece8e3))
9+
310
## [2.0.1](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v2.0.0...create-plugin-update/v2.0.1) (2025-11-13)
411

512

create-plugin-update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
release:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1
34+
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.2
3535
with:
3636
token: ${{ secrets.GH_PAT_TOKEN }}
3737
```

0 commit comments

Comments
 (0)