mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
Remove quotes around changelog version
This commit is contained in:
parent
561eadba54
commit
18cf90809f
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
"7.3.1" / 2017-04-30
|
7.3.1 / 2017-04-30
|
||||||
====================
|
====================
|
||||||
|
|
||||||
* Add script to update version and changelog
|
* Add script to update version and changelog
|
||||||
|
@ -43,7 +43,7 @@ mv package.json.tmp package.json
|
|||||||
|
|
||||||
# Unset the editor so that git changelog does not open a editor
|
# Unset the editor so that git changelog does not open a editor
|
||||||
EDITOR=:
|
EDITOR=:
|
||||||
git changelog docs/changelog.md --tag \"$VERSION\"
|
git changelog docs/changelog.md --tag "$VERSION"
|
||||||
|
|
||||||
# Commit these changes
|
# Commit these changes
|
||||||
git add docs/changelog.md
|
git add docs/changelog.md
|
||||||
|
Loading…
Reference in New Issue
Block a user