release tool
This commit is contained in:
parent
410c959160
commit
749ad7b9da
1 changed files with 5 additions and 0 deletions
5
release
Executable file
5
release
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
go build
|
||||
git tag "$1"
|
||||
tea release create --title "$1" --asset openring --repo Nulo/openring "$1"
|
Loading…
Reference in a new issue