base58
This commit is contained in:
@@ -32,7 +32,13 @@ echo ""
|
||||
|
||||
git add --verbose .
|
||||
|
||||
git commit -a -m "v${next_ver}"
|
||||
msg="v${next_ver}"
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
msg="$1"
|
||||
fi
|
||||
|
||||
git commit -a -m "${msg}"
|
||||
|
||||
git tag "v${next_ver}"
|
||||
|
||||
|
Reference in New Issue
Block a user