Skip to content

Commit b5b7692

Browse files
specify file type
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent ad64b36 commit b5b7692

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release-please/release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
".github/release-please"
4040
],
4141
"extra-files": [
42-
"cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml"
42+
{
43+
"type": "helm-chart",
44+
"path": "cmd/relayproxy/helm-charts/relay-proxy/Chart.yaml"
45+
}
4346
]
4447
},
4548
"modules/evaluation": {

0 commit comments

Comments
 (0)