diff --git a/release-please-config.json b/release-please-config.json index 6e7427c..4f20610 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,10 +1,10 @@ { - "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, - "last-release-sha": "74c5ca507db8cb62e506600b8f4b41b2223c745a", - "packages": { - ".": { - "release-type": "rust" - } + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "last-release-sha": "74c5ca507db8cb62e506600b8f4b41b2223c745a", + "packages": { + ".": { + "release-type": "rust" } -} \ No newline at end of file + } +}