Skip to content

Commit ca34206

Browse files
committed
ci(release-please): Fix 'extra-files' config
1 parent 4bb26df commit ca34206

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

release-please-config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"section": "Release",
6363
"hidden": true
6464
}
65+
],
66+
"extra-files": [
67+
{
68+
"type": "json",
69+
"path": "server.json",
70+
"jsonpath": "$..version"
71+
}
6572
]
66-
},
67-
"extra-files": [
68-
{
69-
"type": "json",
70-
"path": "server.json",
71-
"jsonpath": "$..version"
72-
}
73-
]
73+
}
7474
}
7575
}

0 commit comments

Comments
 (0)