Skip to content

Commit 141b3d6

Browse files
chore(main): release create-plugin-update 2.0.3
1 parent 289c855 commit 141b3d6

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.2",
5+
"create-plugin-update": "2.0.3",
66
"e2e-version": "3.0.0",
77
"is-compatible": "1.0.3",
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.3](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v2.0.2...create-plugin-update/v2.0.3) (2026-06-19)
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+
310
## [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)
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.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)