Skip to content
Snippets Groups Projects
Commit 6805c375 authored by David Hrbáč's avatar David Hrbáč
Browse files

Version one line II

parent 8109e76b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
VER=$(git log --pretty=format:'/ %h / %ai' -n 1)
sed "s,__VERSION__, ver. $VER," mkdocs.yml -i
VER=$(git log --pretty=format:'/ ver. %h / %ai' -n 1)
sed "s,__VERSION__, $VER," mkdocs.yml -i
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment