Skip to content

Commit c3f189c

Browse files
committed
fix: refactor release-please config
might fix failing extra-files Signed-off-by: Tom Plant <[email protected]>
1 parent 15f326e commit c3f189c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/release-please-config.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"packages": {
4-
".": {
5-
"extra-files": [
6-
"README.md",
7-
"config/manager/kustomization.yaml"
8-
]
9-
}
10-
}
4+
".": {}
5+
},
6+
"extra-files": [
7+
"README.md",
8+
"config/manager/kustomization.yaml"
9+
]
1110
}

.github/release-please-manifest.json

-3
This file was deleted.

0 commit comments

Comments
 (0)