Skip to content

Commit

Permalink
fixed: update package.json version.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Feb 26, 2020
1 parent bb76272 commit 8cd47cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ changelog:
python ./scripts/changelog.py -a $(VERSION) > CHANGELOG.md

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

release-commit: pre-release-commit update-package-version changelog
@git add .
Expand Down

0 comments on commit 8cd47cd

Please sign in to comment.