Skip to content

Commit

Permalink
[release] Version v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Sep 12, 2018
1 parent d6c9909 commit 6397ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ And the problem I got is I forget which emoji is represent what.
And hard to generate changelog file.
So I think 'short key text' is the solution of situation.

2.3.0 -> Add changelog command with initial changelog
2.2.1 -> Improve branch creator and commit creator
2.2.0 -> Add branch command; new and list branch
2.1.0 -> Add commit initial command
`,
Version: "2.2.1",
Version: "2.3.0",
}

// Execute is execute method that call by cobra cli.
Expand Down
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ read -r ans
./build.sh
./docs.sh

gitgo cl --location ./docs/changelog.md

git add -A
git commit -m "[doc] Update documents (docs)"

Expand Down

0 comments on commit 6397ee1

Please sign in to comment.