Merge "Add Topic tag in cli-reference generated script"

This commit is contained in:
Jenkins 2016-01-24 22:24:53 +00:00 committed by Gerrit Code Review
commit 3bc3a7bceb
1 changed files with 1 additions and 1 deletions

View File

@ -91,4 +91,4 @@ 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 "Update CLI reference for python-${project}client ${version##* }"
git commit -a -m "[cli-ref] Update CLI reference for python-${project}client ${version##* }"