Skip to content
Snippets Groups Projects
Forked from SCS / docs.it4i.cz
1533 commits behind, 682 commits ahead of the upstream repository.
add_version.sh 112 B
#!/bin/bash
VER=$(git log --pretty=format:'%h / %ai' -n 1)
sed "s,__VERSION__,\<\/BR\>ver. $VER," mkdocs.yml -i