mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
TAGNAME=$(./ci/tag-name.sh)
|
|
git tag $TAGNAME
|
|
|