Add Topic tag in cli-reference generated script

Change-Id: If9052ec4671e7bfd05dc6aa468335faf15988217
This commit is contained in:
venkatamahesh 2016-01-24 20:41:38 +05:30
parent a19eef20ce
commit 41a1197124
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##* }"