diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 555be31..6db4690 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -1,10 +1,12 @@ { "packages": { - ".": { - "release-type": "rust", - "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, - "sequential-calls": true - } - } + ".": {} + }, + "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", + "release-type": "rust", + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "include-component-in-tag": false, + "include-v-in-tag": true, + "sequential-calls": true }