We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c31cfd commit 0340dc5Copy full SHA for 0340dc5
libs/semrel/src/builders/release/executor.ts
@@ -52,8 +52,8 @@ export async function runRelease(
52
// preparePlugin({ publishable, publishPath }),
53
commitAnalyzer({ project }),
54
releaseNotesGenerator({ project }),
55
- npm({ publishable, publishPath }),
56
- platformPlugin(options, builderContext),
+ // npm({ publishable, publishPath }),
+ // platformPlugin(options, builderContext),
57
]),
58
},
59
{
0 commit comments