Remove quotes around changelog version

This commit is contained in:
Jia Hao Goh 2017-04-30 02:54:47 +08:00
parent 561eadba54
commit 18cf90809f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"7.3.1" / 2017-04-30
7.3.1 / 2017-04-30
====================
* Add script to update version and changelog

View File

@ -43,7 +43,7 @@ mv package.json.tmp package.json
# Unset the editor so that git changelog does not open a editor
EDITOR=:
git changelog docs/changelog.md --tag \"$VERSION\"
git changelog docs/changelog.md --tag "$VERSION"
# Commit these changes
git add docs/changelog.md