Skip to content

Commit

Permalink
Merge pull request #7483 from vector-im/revert-7429-bwindels/alsocomm…
Browse files Browse the repository at this point in the history
…itlockfile

Revert "also commit the lock file when bumping version as it is now committed to the repo"
  • Loading branch information
dbkr committed Oct 11, 2018
2 parents 845b40d + aaa9c82 commit df1eb9f
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 df1eb9f

Please sign in to comment.