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 8daefa2 commit d677679Copy full SHA for d677679
tools/make_release
@@ -87,7 +87,7 @@ confirm_proceed "Going to release v${VERSION} -- proceed?"
87
# Update version in package.json
88
89
echo "Bumping version in package.json and committing version bump"
90
-sed -i -e 's/"version": "[^"]*"/"version": "'"${VERSION}"'"/' package.json
+sed -i.bak -e 's/"version": "[^"]*"/"version": "'"${VERSION}"'"/' package.json
91
git commit package.json -m "Bump version -> v${VERSION}"
92
93
# Generate package files
0 commit comments