diff --git a/scripts/release.js b/scripts/release.js index 519de69..f53ec32 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -83,10 +83,7 @@ async function main() { // Publish the package. step('\nPublishing the package...') - await run('yarn', ['publish', - '--new-version', targetVersion, - '--no-commit-hooks', '--no-git-tag-version' - ]) + await run('yarn', ['publish', '--new-version', targetVersion]) // Push to GitHub. step('\nPushing to GitHub...')