diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2d69b8..1e060fa 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 21218af..6ddbd70 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 ecb5fd0..49e3bb0 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 }} ```