taiko-web/tools/get_version.bat
2020-03-07 05:39:48 +03:00

5 lines
209 B
Batchfile

@echo off
(
git log -1 --pretty="format:{\"commit\": \"%%H\", \"commit_short\": \"%%h\", \"version\": \"%%ad\", \"url\": \"https://github.com/bui/taiko-web/\"}" --date="format:%%y.%%m.%%d"
) > ../version.json