Skip to content

Commit cc5846a

Browse files
chore(main): release build-plugin 1.0.3
1 parent 39a0e52 commit cc5846a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"build-plugin": "1.0.2",
2+
"build-plugin": "1.0.3",
33
"bundle-size": "1.0.2",
44
"bundle-types": "1.0.2",
55
"create-plugin-update": "1.1.0",

build-plugin/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/grafana/plugin-actions/compare/build-plugin/v1.0.2...build-plugin/v1.0.3) (2025-10-20)
4+
5+
6+
### 🔧 Chores
7+
8+
* **deps:** update actions/attest-build-provenance action to v3 ([#158](https://github.com/grafana/plugin-actions/issues/158)) ([39a0e52](https://github.com/grafana/plugin-actions/commit/39a0e52b82cd3d7b1f9e51c993e06f06cdf5f78c))
9+
310
## [1.0.2](https://github.com/grafana/plugin-actions/compare/build-plugin/v1.0.1...build-plugin/v1.0.2) (2025-08-04)
411

512

build-plugin/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name: Release
2929
on:
3030
push:
3131
tags:
32-
- "v*" # Run workflow on version tags, e.g. v1.0.2.
32+
- "v*" # Run workflow on version tags, e.g. v1.0.3.
3333

3434
jobs:
3535
release:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
44+
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
4545
with:
4646
# see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
4747
# save the value in your repository secrets
@@ -73,7 +73,7 @@ name: Release
7373
on:
7474
push:
7575
tags:
76-
- "v*" # Run workflow on version tags, e.g. v1.0.2.
76+
- "v*" # Run workflow on version tags, e.g. v1.0.3.
7777
7878
jobs:
7979
release:
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- uses: actions/checkout@v4
8888
89-
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
89+
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
9090
with:
9191
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
9292
attestation: true # new line
@@ -108,7 +108,7 @@ To enable changelog generation in your workflow:
108108
<!-- x-release-please-start-version -->
109109

110110
```yaml
111-
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
111+
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
112112
with:
113113
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
114114
use_changelog_generator: true
@@ -128,7 +128,7 @@ If your target branch is protected, the default github.token cannot push changes
128128

129129
```yaml
130130
- name: Build plugin
131-
uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
131+
uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
132132
with:
133133
use_changelog_generator: true
134134
token: ${{ secrets.CHANGELOG_PAT }} # Replace default github.token

0 commit comments

Comments
 (0)