Skip to content

Commit 1807a05

Browse files
chore(cleanup-branches): prep for release (#1393)
1 parent 6fd77df commit 1807a05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog

actions/cleanup-branches/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ on:
2323
- cron: "0 9 * * 1"
2424

2525
jobs:
26-
cleanup-branches::
26+
cleanup-branches:
2727
runs-on: ubuntu-latest
2828
permissions:
2929
contents: write
3030
pull-requests: read
3131
steps:
3232
- uses: actions/checkout@v5
33-
- uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v1.0.0
33+
- uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v0.0.0
3434
with:
3535
dry-run: false
3636
```

release-please-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
"package-name": "validate-renovate-config",
160160
"extra-files": ["README.md"],
161161
"initial-version": "0.1.0"
162+
},
163+
"actions/cleanup-branches": {
164+
"package-name": "cleanup-branches",
165+
"extra-files": ["README.md"],
166+
"initial-version": "0.1.0"
162167
}
163168
},
164169
"release-type": "simple",

0 commit comments

Comments
 (0)