Skip to content

Commit 1649740

Browse files
chore(main): release create-plugin-update 2.0.0 (#147)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent d198906 commit 1649740

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.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.0.2",
33
"bundle-size": "1.0.3",
44
"bundle-types": "1.0.2",
5-
"create-plugin-update": "1.1.0",
5+
"create-plugin-update": "2.0.0",
66
"e2e-version": "1.1.2",
77
"is-compatible": "1.0.2",
88
"package-plugin": "1.0.2",

create-plugin-update/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v1.1.0...create-plugin-update/v2.0.0) (2025-11-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make token required ([#180](https://github.com/grafana/plugin-actions/issues/180))
9+
10+
### 🎉 Features
11+
12+
* make token required ([#180](https://github.com/grafana/plugin-actions/issues/180)) ([d198906](https://github.com/grafana/plugin-actions/commit/d198906dcbf0b99d6f51326906d2b5e11ca57d47))
13+
14+
15+
### 🔧 Chores
16+
17+
* **deps:** update actions/checkout action to v4.3.0 ([#143](https://github.com/grafana/plugin-actions/issues/143)) ([c99ec26](https://github.com/grafana/plugin-actions/commit/c99ec265400dbb0d095f7fb0a18463b08e38ce13))
18+
* **deps:** update actions/checkout action to v5 ([#159](https://github.com/grafana/plugin-actions/issues/159)) ([e9255a9](https://github.com/grafana/plugin-actions/commit/e9255a9752322e5b4b097bd73d0b4cc2cee8c9f1))
19+
* **deps:** update actions/setup-node action to v5 ([#164](https://github.com/grafana/plugin-actions/issues/164)) ([78fa21c](https://github.com/grafana/plugin-actions/commit/78fa21caec491398393602502ae28fe3184c3a13))
20+
* **deps:** update actions/setup-node action to v6 ([#175](https://github.com/grafana/plugin-actions/issues/175)) ([8e19900](https://github.com/grafana/plugin-actions/commit/8e19900577d14a8ac66c5e8299ce51522590c219))
21+
322
## [1.1.0](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v1.0.2...create-plugin-update/v1.1.0) (2025-09-30)
423

524

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

0 commit comments

Comments
 (0)