release tool

This commit is contained in:
Cat /dev/Nulo 2022-12-20 15:57:40 -03:00
parent 410c959160
commit 749ad7b9da
1 changed files with 5 additions and 0 deletions

5
release Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
go build
git tag "$1"
tea release create --title "$1" --asset openring --repo Nulo/openring "$1"