mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 05:59:53 +01:00
bin/release: Get rid of sponge
This commit is contained in:
@@ -27,7 +27,8 @@ fi
|
||||
|
||||
echo "Releasing Trilium $VERSION"
|
||||
|
||||
jq '.version = "'$VERSION'"' package.json|sponge package.json
|
||||
jq '.version = "'$VERSION'"' package.json > package.json.tmp
|
||||
mv package.json.tmp package.json
|
||||
|
||||
git add package.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user