lib/get-config.js aktualisiert

This commit is contained in:
simon 2024-02-06 20:49:24 +00:00
parent 28bcc1d54b
commit aa666d7acf

View File

@ -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)),