Skip to content

Commit

Permalink
Revert "also commit the lock file when bumping version as it is now c…
Browse files Browse the repository at this point in the history
…ommitted to the repo"
  • Loading branch information
dbkr authored Oct 11, 2018
1 parent 845b40d commit aaa9c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "electron npm version"

cd electron_app
npm version --no-git-tag-version "$release"
git commit package.json package-lock.json -m "$tag"
git commit package.json -m "$tag"


cd ..
Expand Down

0 comments on commit aaa9c82

Please sign in to comment.