diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 25fa760..8ca0976 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,4 +17,3 @@ jobs: with: config-file: release-please-config.json manifest-file: .release-please-manifest.json - include-component-in-tag: false diff --git a/release-please-config.json b/release-please-config.json index 6c70823..b293f79 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,7 @@ "bump-minor-pre-major": true, "include-v-in-tag": false, "bump-patch-for-minor-pre-major": true, + "include-component-in-tag": false, "packages": { ".": {} }