Skip to content

Commit e0cf705

Browse files
chore(main): release create-plugin-update 2.0.3
1 parent 712e581 commit e0cf705

3 files changed

Lines changed: 16 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.5",
5-
"create-plugin-update": "2.0.2",
5+
"create-plugin-update": "2.0.3",
66
"e2e-version": "3.0.2",
77
"is-compatible": "1.0.4",
88
"package-plugin": "1.2.1",

create-plugin-update/CHANGELOG.md

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

3+
## [2.0.3](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v2.0.2...create-plugin-update/v2.0.3) (2026-07-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **create-plugin-update:** use GitHub API for signed commits ([#243](https://github.com/grafana/plugin-actions/issues/243)) ([e7454d7](https://github.com/grafana/plugin-actions/commit/e7454d721b60af8ac7e09468ebd8f8870586fc68))
9+
10+
11+
### 🔧 Chores
12+
13+
* **deps:** update actions/checkout action to v7 ([#270](https://github.com/grafana/plugin-actions/issues/270)) ([fe60599](https://github.com/grafana/plugin-actions/commit/fe60599bf6453cc386cde73bffc54ef6c03aeecd))
14+
* **deps:** update actions/setup-node action to v6.4.0 ([#260](https://github.com/grafana/plugin-actions/issues/260)) ([3e30713](https://github.com/grafana/plugin-actions/commit/3e30713c15032f5f007990895f670109433ca871))
15+
* **deps:** update pnpm/action-setup action to v4.4.0 ([#263](https://github.com/grafana/plugin-actions/issues/263)) ([eca4d6d](https://github.com/grafana/plugin-actions/commit/eca4d6dc21545900d203739eb089bd3e803abc10))
16+
317
## [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)
418

519

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.2
34+
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.3
3535
with:
3636
token: ${{ secrets.GH_PAT_TOKEN }}
3737
```

0 commit comments

Comments
 (0)