From 6397ee17fda1842b4c39474747451011ef9378d1 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Wed, 12 Sep 2018 17:32:09 +0700 Subject: [PATCH] [release] Version v2.3.0 --- cmd/root.go | 3 ++- deploy.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 4f8e66c..bbe1fef 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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. diff --git a/deploy.sh b/deploy.sh index 419db9d..5b7ff60 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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)"