diff --git a/release-please-config.json b/release-please-config.json index f6f3bc3..6e0a824 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,7 +4,12 @@ "include-component-in-tag": false, "packages": { ".": { - "extra-files": ["readme.md"] + "extra-files": [ + { + "type": "generic", + "path": "readme.md" + } + ] } } }