diff options
Diffstat (limited to 'scripts/update-version.sh')
-rwxr-xr-x | scripts/update-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-version.sh b/scripts/update-version.sh index e5f24db..d68c713 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh | |||
@@ -9,6 +9,6 @@ jq ".version = \"$ANSWER\"" package.json >$TMP | |||
9 | cat $TMP >package.json | 9 | cat $TMP >package.json |
10 | 10 | ||
11 | git reset | 11 | git reset |
12 | git add package.json; git commit -m "chore(relase): $ANSWER" | 12 | git add package.json; git commit -m "chore(release): $ANSWER" |
13 | 13 | ||
14 | git show HEAD | 14 | git show HEAD |