diff --git a/get-version.sh b/get-version.sh new file mode 100755 index 0000000000..735c652f17 --- /dev/null +++ b/get-version.sh @@ -0,0 +1,3 @@ +#!/bin/bash -e + +awk '/:project_version:/ { print $2 }' topics/templates/document-attributes-community.adoc