Change Git message got cli reference update

Shorten commit message to follow the git convention.
Change Git topic branch to unify all related topic.

Change-Id: I3a40ca5d7bb078fec20ad9fb7a5258f8fd1ae14c
This commit is contained in:
KATO Tomoyuki 2016-02-13 21:57:39 +09:00
parent 561228ae5d
commit faaee70a62
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ cd openstack-manuals
git checkout master git checkout master
git pull git pull
branch=update_client_$project branch=cli-reference
git branch --list $branch && git branch -D $branch git branch --list $branch && git branch -D $branch
git checkout -b $branch git checkout -b $branch
mv ../output/${project}.rst "doc/cli-reference/source" mv ../output/${project}.rst "doc/cli-reference/source"
version=$($project --version 2>&1) version=$($project --version 2>&1)
git commit -a -m "[cli-ref] Update CLI reference for python-${project}client ${version##* }" git commit -a -m "[cli-ref] Update python-${project}client to ${version##* }"