atomicparsley/tools/tag-release.sh
2020-12-14 13:35:27 +08:00

4 lines
104 B
Bash
Executable File

#!/bin/bash
TAGNAME=$(git "show" "-s" "--format=%cd.%h" "--date=format:%Y%m%d.%H%M%S")
git tag $TAGNAME