Skip to content

Commit 78d8256

Browse files
chore(main): release run-capslock 0.2.0 (#1258)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4723c4 commit 78d8256

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"actions/dependabot-auto-triage": "1.1.0",
2323
"actions/get-latest-workflow-artifact": "0.2.0",
2424
"actions/create-github-app-token": "v0.1.0",
25-
"actions/run-capslock": "v0.1.0",
25+
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0"
2727
}

actions/run-capslock/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/grafana/shared-workflows/compare/run-capslock/v0.1.0...run-capslock/v0.2.0) (2025-09-09)
4+
5+
6+
### 🎉 Features
7+
8+
* **run-capslock:** add Run Capslock action ([#1252](https://github.com/grafana/shared-workflows/issues/1252)) ([2c55567](https://github.com/grafana/shared-workflows/commit/2c55567fed8874f47886e035f4e91f79f6039149))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **deps:** update module google.golang.org/protobuf to v1.36.8 ([#1260](https://github.com/grafana/shared-workflows/issues/1260)) ([afd3d83](https://github.com/grafana/shared-workflows/commit/afd3d83fa12577fac74d0d8ee96862f90d6daf62))
14+
* **deps:** update module google.golang.org/protobuf to v1.36.9 ([#1321](https://github.com/grafana/shared-workflows/issues/1321)) ([afb4523](https://github.com/grafana/shared-workflows/commit/afb4523e99338395084cc555af6d470e0886ea0e))
15+
* **run-capslock:** checkout with credentials needed ([#1259](https://github.com/grafana/shared-workflows/issues/1259)) ([299447e](https://github.com/grafana/shared-workflows/commit/299447e5bdcad5c83f4d3186ea4908b08de22b82))
16+
17+
18+
### 🔧 Miscellaneous Chores
19+
20+
* **deps:** update actions/setup-go action to v6 ([#1297](https://github.com/grafana/shared-workflows/issues/1297)) ([9e05f00](https://github.com/grafana/shared-workflows/commit/9e05f0033a0bfa5582aa8f31842ad7eb49a376da))
21+
* **deps:** update actions/setup-go action to v6 ([#1299](https://github.com/grafana/shared-workflows/issues/1299)) ([6262c5e](https://github.com/grafana/shared-workflows/commit/6262c5e47024d01fd9a114356509ceb9872072b4))
22+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))

actions/run-capslock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Runs Capslock
1212
steps:
1313
- name: Run Capslock
14-
uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.1.0
14+
uses: grafana/shared-workflows/actions/run-capslock@run-capslock/v0.2.0
1515
id: run-capslock
1616
```
1717

0 commit comments

Comments
 (0)