From 14ac1a85bfe74c4263393387c30d70499fa88d79 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Sat, 20 Apr 2024 23:22:11 +0800 Subject: [PATCH] fix: do not write changelog in release --- src/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/index.js b/src/index.js index 8de10d8..71252d0 100644 --- a/src/index.js +++ b/src/index.js @@ -264,11 +264,6 @@ class ReleaseItPnpmPlugin extends Plugin { return; } - const { inFile } = this.options; - if (inFile) { - await this.writeChangelog(md); - } - if (!config.token) { this.log.error( red(