Skip to content
Merged
Prev Previous commit
Next Next commit
refactor(semrel): remove prepare plugin
  • Loading branch information
Alexander Kharkovey committed Oct 8, 2022
commit 6cf237bbdbc61ccb6716f3bf7b85cba6066d9d90
2 changes: 1 addition & 1 deletion libs/semrel/src/builders/release/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function runRelease(
extends: undefined,
dryRun,
plugins: plugins([
preparePlugin({ publishable, publishPath }),
// preparePlugin({ publishable, publishPath }),
commitAnalyzer({ project }),
releaseNotesGenerator({ project }),
npm({ publishable, publishPath }),
Expand Down