diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..99feb12 --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,9 @@ +{ + "extra-files": [ + { + "type": "json", + "path": "manifest.json", + "jsonpath": "$.version" + } + ] +}