mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-04-25 15:47:09 -05:00
improve release script usability
This commit is contained in:
parent
cc19aaf818
commit
b2ba2174a9
|
|
@ -1,4 +1,13 @@
|
|||
|
||||
if [ -z $1 ]; then
|
||||
echo "Do one of these:"
|
||||
echo "./releash.sh build"
|
||||
echo "./releash.sh update"
|
||||
echo "./releash.sh minor"
|
||||
echo "./releash.sh major"
|
||||
exit
|
||||
fi
|
||||
|
||||
version=`python -m bump $1`
|
||||
git commit -a -m "version bump"
|
||||
git tag v$version
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user