Skip to content

Commit

Permalink
chore(release): version: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Aug 23, 2019
1 parent d1ee71b commit fc83d98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@

go install

../../../../bin/gitgo --version
VERSION="$(../../../../bin/gitgo --version)"

echo "$VERSION"
printf "Check version; press <enter> to next"
# shellcheck disable=SC2034
read -r ans
Expand All @@ -40,7 +41,7 @@ git status
printf "Check status; press <enter> to next"
read -r ans

tag="v$(gitgo --version | sed -e 's/gitgo version //g')"
tag="v$(echo "$VERSION" | sed -e 's/gitgo version //g')"
git add -A
git commit -m "chore(release): version: $tag"

Expand Down

0 comments on commit fc83d98

Please sign in to comment.