mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
bin/release: Get rid of sponge
This commit is contained in:
parent
f678c4337b
commit
4862b324a5
@ -27,7 +27,8 @@ fi
|
|||||||
|
|
||||||
echo "Releasing Trilium $VERSION"
|
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
|
git add package.json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user