Skip to content

Commit 99728c5

Browse files
chore(main): release cleanup-branches 0.1.0 (#1394)
* chore(main): release cleanup-branches 0.1.0 * get ci moving --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ricky Whitaker <[email protected]>
1 parent 1807a05 commit 99728c5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"actions/create-github-app-token": "0.2.0",
2525
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0",
27-
"actions/validate-renovate-config": "0.1.0"
27+
"actions/validate-renovate-config": "0.1.0",
28+
"actions/cleanup-branches": "0.1.0"
2829
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# Changelog
2+
3+
## 0.1.0 (2025-10-09)
4+
5+
6+
### 🎉 Features
7+
8+
* add cleanup-branches action ([#1334](https://github.com/grafana/shared-workflows/issues/1334)) ([f1f8e22](https://github.com/grafana/shared-workflows/commit/f1f8e22ec5cde318cbb2d5f4bcffc2583b98aab9))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **cleanup-branches:** replace quote type in if statements ([6fd77df](https://github.com/grafana/shared-workflows/commit/6fd77df7e851357156425bfd79b08b537f9aeba7))
14+
* **cleanup-branches:** switch conditional statement by using single quotes ([#1373](https://github.com/grafana/shared-workflows/issues/1373)) ([6fd77df](https://github.com/grafana/shared-workflows/commit/6fd77df7e851357156425bfd79b08b537f9aeba7))
15+
16+
17+
### 🔧 Miscellaneous Chores
18+
19+
* **cleanup-branches:** prep for release ([#1393](https://github.com/grafana/shared-workflows/issues/1393)) ([1807a05](https://github.com/grafana/shared-workflows/commit/1807a0523cec8dc30472633b76268b3a7dd470b1))
20+
21+
## Changelog

actions/cleanup-branches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pull-requests: read
3131
steps:
3232
- uses: actions/checkout@v5
33-
- uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v0.0.0
33+
- uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v0.1.0
3434
with:
3535
dry-run: false
3636
```

0 commit comments

Comments
 (0)