We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179989e commit 5f55c16Copy full SHA for 5f55c16
js/bump.bash
@@ -31,11 +31,10 @@ if ! [[ $REPLY =~ ^[Yy]$ ]]; then
31
exit 1
32
fi
33
34
-# package.json is symlinked to jsr.json
+# package.json is hard linked to jsr.json
35
# jq ".version = \"${version}\"" package.json >${tmp}
36
# mv ${tmp} package.json
37
-jq ".version = \"${version}\"" jsr.json >${tmp}
38
-mv ${tmp} jsr.json
+yq -i e ".version |= \"${version}\"" jsr.json
39
40
git add .
41
git commit -m "bump to ${version}"
js/package.json
@@ -0,0 +1 @@
1
+jsr.json
0 commit comments