diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-14 16:24:12 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-14 16:57:34 +0800 |
commit | aeddda360000222225e257fa139c2a8b807a2f0d (patch) | |
tree | ed27c6732a84808e9acb4668db856dd28f1b109a /scripts/update-version.sh | |
parent | 5d4a43abb181ae4fd63d2365210ea4949f10012e (diff) |
chore: improve scripts about build
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 |