From 6c5f9890bf76286a6e6e3ac8039f118cd144cd0a Mon Sep 17 00:00:00 2001 From: Alexandra Goff Date: Thu, 22 Aug 2024 15:41:59 -0700 Subject: [PATCH] ci(repo): add semantic-release-monorepo to plugins --- release.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.config.js b/release.config.js index 41f58474..a977cb9b 100644 --- a/release.config.js +++ b/release.config.js @@ -4,6 +4,9 @@ const release = { branches: ["main"], extends: "semantic-release-monorepo", + plugins: [ + "semantic-release-monorepo", // This WON'T work + ], }; export default release;