Skip to content

Commit dfeae84

Browse files
committed
Move release-please config to .github/config/
Point the release-please workflow at the new config and manifest paths and remove the old root-level files. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 1bc6cf8 commit dfeae84

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
19+
id: release-please
1920
with:
2021
token: ${{ secrets.GITHUB_TOKEN }}
22+
config-file: .github/config/release-please-config.json
23+
manifest-file: .github/config/.release-please-manifest.json

.release-please-config.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)