1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/ci/tag.sh
2019-03-23 22:58:23 -07:00

5 lines
89 B
Bash
Executable File

#!/bin/bash
TAGNAME=$(date +'%Y%m%d-%H%M%S')-$(git log --format=%h -1)
git tag $TAGNAME