From 18cf90809f9788acf83a18eded5fae55fb879844 Mon Sep 17 00:00:00 2001 From: Jia Hao Goh Date: Sun, 30 Apr 2017 02:54:47 +0800 Subject: [PATCH] Remove quotes around changelog version --- docs/changelog.md | 2 +- scripts/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1ecdde9..57b06a6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,5 @@ -"7.3.1" / 2017-04-30 +7.3.1 / 2017-04-30 ==================== * Add script to update version and changelog diff --git a/scripts/changelog b/scripts/changelog index 917fecc..8b170d8 100755 --- a/scripts/changelog +++ b/scripts/changelog @@ -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