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

5 lines
89 B
Bash
Raw Normal View History

2019-03-24 08:58:23 +03:00
#!/bin/bash
TAGNAME=$(date +'%Y%m%d-%H%M%S')-$(git log --format=%h -1)
git tag $TAGNAME