diff --git a/release-please-config.json b/release-please-config.json index 8630cb3..009f6b2 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -12,7 +12,9 @@ ], "packages": { ".": { - "changelog-path": "CHANGELOG.md" + "changelog-path": "CHANGELOG.md", + "include-component-in-tag": false, + "include-v-in-tag": false } } }