4 lines
43 B
Text
4 lines
43 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
git tag -sm "v$1" "v$1"
|