Skip to content

Commit

Permalink
fix: do not write changelog in release
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 20, 2024
1 parent 0b1ae04 commit 14ac1a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 14ac1a8

Please sign in to comment.