diff --git a/release-please-config.json b/release-please-config.json index a586a97..512cc5c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "go", + "monorepo-tags": true, + "tag-separator": "/", "changelog-sections": [ { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, { "type": "ci", "section": "Continuous Integration" },