Add get version script
This commit is contained in:
parent
8abf3d3226
commit
668a453dd7
1 changed files with 3 additions and 0 deletions
3
get-version.sh
Executable file
3
get-version.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
awk '/:project_version:/ { print $2 }' topics/templates/document-attributes-community.adoc
|
Loading…
Reference in a new issue