Skip to content

Commit

Permalink
Handle whitespaces in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Oct 7, 2020
1 parent 45db857 commit 9d839ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ read note

dot-json assets/manifest.json version $npm_package_version
dot-json packages/core/package.json version $npm_package_version
dot-json packages/core/package.json releaseDescription $note
dot-json packages/core/package.json releaseDescription "$note"
git add assets/manifest.json packages/core/package.json

0 comments on commit 9d839ab

Please sign in to comment.