Skip to content

Commit 6cf237b

Browse files
author
Alexander Kharkovey
committed
refactor(semrel): remove prepare plugin
1 parent 96f1954 commit 6cf237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/semrel/src/builders/release/executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function runRelease(
4949
extends: undefined,
5050
dryRun,
5151
plugins: plugins([
52-
preparePlugin({ publishable, publishPath }),
52+
// preparePlugin({ publishable, publishPath }),
5353
commitAnalyzer({ project }),
5454
releaseNotesGenerator({ project }),
5555
npm({ publishable, publishPath }),

0 commit comments

Comments
 (0)