This website requires JavaScript.
Explore
Help
Sign In
wez
/
wezterm
Watch
1
Star
1
Fork
0
You've already forked wezterm
mirror of
https://github.com/wez/wezterm.git
synced
2024-11-23 15:04:36 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
00ada33fe2
wezterm
/
ci
/
tag.sh
5 lines
58 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts for tagging
2019-03-24 08:58:23 +03:00
#!/bin/bash
ci: urgh, try another way
2022-01-01 23:33:40 +03:00
TAGNAME
=
$(
./ci/tag-name.sh
)
scripts for tagging
2019-03-24 08:58:23 +03:00
git tag
$TAGNAME
Reference in New Issue
Copy Permalink