diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index 14de9f77..521f2dc8 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -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##* }"