Skip to content

Commit

Permalink
chore: change release.js: remove changelog cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
osdio committed Apr 4, 2021
1 parent 59392b5 commit e35905b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const release = async () => {
};

if (isPublish) {
await execWrapper('npm', ['run', 'changelog']);
await execWrapper('npm', ['version', bumps.indexOf(bump) > -1 ? bump : version]);
await execWrapper('git', ['push']);
await execWrapper('git', ['push', '--tags', '-f']);
Expand Down

0 comments on commit e35905b

Please sign in to comment.