diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 1d1b7d7..0f2afdd 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -10,7 +10,8 @@ "bump-patch-for-minor-pre-major": true, "draft": false, "prerelease": true, - "tag-prefix": "v" + "tag-prefix": "v", + "include-component-in-tag": false } } }