1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
wezterm/ci/tag.sh

5 lines
120 B
Bash
Raw Normal View History

2019-03-24 08:58:23 +03:00
#!/bin/bash
TAGNAME=$(git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S")
2019-03-24 08:58:23 +03:00
git tag $TAGNAME