Skip to content

Commit d677679

Browse files
committed
Allow BSD or GNU sed in tools/make_release
This is the same thing as 9afced6.
1 parent 8daefa2 commit d677679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ confirm_proceed "Going to release v${VERSION} -- proceed?"
8787
# Update version in package.json
8888

8989
echo "Bumping version in package.json and committing version bump"
90-
sed -i -e 's/"version": "[^"]*"/"version": "'"${VERSION}"'"/' package.json
90+
sed -i.bak -e 's/"version": "[^"]*"/"version": "'"${VERSION}"'"/' package.json
9191
git commit package.json -m "Bump version -> v${VERSION}"
9292

9393
# Generate package files

0 commit comments

Comments
 (0)