From aa666d7acf16d027aa026203dbf2be6df45f1864 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 6 Feb 2024 20:49:24 +0000 Subject: [PATCH] lib/get-config.js aktualisiert --- lib/get-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/get-config.js b/lib/get-config.js index cf305867..1bc79246 100644 --- a/lib/get-config.js +++ b/lib/get-config.js @@ -74,8 +74,8 @@ export default async (context, cliOptions) => { plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - "@semantic-release/npm", - "@semantic-release/github", + //"@semantic-release/npm", + //"@semantic-release/github", ], // Remove `null` and `undefined` options, so they can be replaced with default ones ...pickBy(options, (option) => !isNil(option)),