From 141b3d66e171a16a3fc83134b8a1c6a8cafb4a08 Mon Sep 17 00:00:00 2001 From: "grafana-plugins-platform-bot[bot]" <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:45:09 +0000 Subject: [PATCH] chore(main): release create-plugin-update 2.0.3 --- .release-please-manifest.json | 2 +- create-plugin-update/CHANGELOG.md | 7 +++++++ create-plugin-update/README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2d69b82..1e060faa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "build-plugin": "1.2.0", "bundle-size": "1.1.0", "bundle-types": "1.0.3", - "create-plugin-update": "2.0.2", + "create-plugin-update": "2.0.3", "e2e-version": "3.0.0", "is-compatible": "1.0.3", "package-plugin": "1.2.0", diff --git a/create-plugin-update/CHANGELOG.md b/create-plugin-update/CHANGELOG.md index 21218af0..6ddbd70a 100644 --- a/create-plugin-update/CHANGELOG.md +++ b/create-plugin-update/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### 🐛 Bug Fixes + +* **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)) + ## [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) diff --git a/create-plugin-update/README.md b/create-plugin-update/README.md index ecb5fd07..49e3bb08 100644 --- a/create-plugin-update/README.md +++ b/create-plugin-update/README.md @@ -31,7 +31,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.2 + - uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.3 with: token: ${{ secrets.GH_PAT_TOKEN }} ```