Skip to content

Commit 8cd47cd

Browse files
committed
fixed: update package.json version.
1 parent bb76272 commit 8cd47cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ changelog:
9393
python ./scripts/changelog.py -a $(VERSION) > CHANGELOG.md
9494

9595
update-package-version:
96-
@cat package.json | jq '.version=$(VERSION)' > tmp; mv -f tmp package.json
96+
cat package.json | jq '.version="$(VERSION)"' > tmp; mv -f tmp package.json
9797

9898
release-commit: pre-release-commit update-package-version changelog
9999
@git add .

0 commit comments

Comments
 (0)