Skip to content

Commit

Permalink
Merge pull request #7429 from vector-im/bwindels/alsocommitlockfile
Browse files Browse the repository at this point in the history
also commit the lock file when bumping version as it is now committed to the repo
  • Loading branch information
dbkr authored Oct 2, 2018
2 parents 0a4e337 + 4de63e6 commit f69869a
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 -m "$tag"
git commit package.json package-lock.json -m "$tag"


cd ..
Expand Down

0 comments on commit f69869a

Please sign in to comment.