Skip to content

Commit b0a85c9

Browse files
chore(main): release cleanup-branches 0.2.0 (#1397)
* chore(main): release cleanup-branches 0.2.0 * get ci moving --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ricky Whitaker <ricky.whitaker@grafana.com>
1 parent 3df0c01 commit b0a85c9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0",
2727
"actions/validate-renovate-config": "0.1.0",
28-
"actions/cleanup-branches": "0.1.0"
28+
"actions/cleanup-branches": "0.2.0"
2929
}

actions/cleanup-branches/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/grafana/shared-workflows/compare/cleanup-branches/v0.1.0...cleanup-branches/v0.2.0) (2025-10-10)
4+
5+
6+
### 🎉 Features
7+
8+
* **cleanup-branches:** input logic and error handling improvements ([#1395](https://github.com/grafana/shared-workflows/issues/1395)) ([2003063](https://github.com/grafana/shared-workflows/commit/200306370ccdfff1d006e43c395eee051dd18012))
9+
* **cleanup-branches:** update input requirements ([#1398](https://github.com/grafana/shared-workflows/issues/1398)) ([5f23dd6](https://github.com/grafana/shared-workflows/commit/5f23dd66337cd96184b6bedb374cb53bd0d695a6))
10+
311
## 0.1.0 (2025-10-09)
412

513

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.1.0
33+
- uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v0.2.0
3434
with:
3535
dry-run: false
3636
```

0 commit comments

Comments
 (0)