Skip to content

Commit df1eb9f

Browse files
authored
Merge pull request element-hq#7483 from vector-im/revert-7429-bwindels/alsocommitlockfile
Revert "also commit the lock file when bumping version as it is now committed to the repo"
2 parents 845b40d + aaa9c82 commit df1eb9f

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 package-lock.json -m "$tag"
45+
git commit package.json -m "$tag"
4646

4747

4848
cd ..

0 commit comments

Comments
 (0)