Skip to content

Commit f69869a

Browse files
authored
Merge pull request #7429 from vector-im/bwindels/alsocommitlockfile
also commit the lock file when bumping version as it is now committed to the repo
2 parents 0a4e337 + 4de63e6 commit f69869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "electron npm version"
4242

4343
cd electron_app
4444
npm version --no-git-tag-version "$release"
45-
git commit package.json -m "$tag"
45+
git commit package.json package-lock.json -m "$tag"
4646

4747

4848
cd ..

0 commit comments

Comments
 (0)