Add release script

This commit is contained in:
Roland Rabien 2023-08-31 11:52:11 -07:00
commit 8d919d4344
2 changed files with 57 additions and 0 deletions

8
release.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash -e
set -x
cd "$(dirname "$0")"
cd ..
ROOT=$(pwd)
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip