Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Skip editor confirmation of upgrades
Browse files Browse the repository at this point in the history
In practice, the upgrades are always fine, and this editor prompt just adds
delays.
  • Loading branch information
jryans committed Oct 20, 2020
1 parent 5987126 commit 31cc376
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ do
echo "Upgrading $i to $latestver..."
yarn add -E $i@$latestver
git add -u
# The `-e` flag opens the editor and gives you a chance to check
# the upgrade for correctness.
git commit -m "Upgrade $i to $latestver" -e
git commit -m "Upgrade $i to $latestver"
fi
fi
done
Expand Down

0 comments on commit 31cc376

Please sign in to comment.