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:
parent
561228ae5d
commit
faaee70a62
@ -86,9 +86,9 @@ cd openstack-manuals
|
||||
|
||||
git checkout master
|
||||
git pull
|
||||
branch=update_client_$project
|
||||
branch=cli-reference
|
||||
git branch --list $branch && git branch -D $branch
|
||||
git checkout -b $branch
|
||||
mv ../output/${project}.rst "doc/cli-reference/source"
|
||||
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##* }"
|
||||
|
Loading…
x
Reference in New Issue
Block a user