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 0340dc5 commit 11be692Copy full SHA for 11be692
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