mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-12-07 14:01:45 +00:00
Update semver behaviour
This commit is contained in:
@@ -16,6 +16,7 @@ PATCH=$(git rev-list $TAG..master --count --merges --grep="from $DEVELOPBRANCH"
|
||||
if [ $? != 0 ]; then
|
||||
PATCH=$(git rev-list HEAD --count 2>/dev/null)
|
||||
|
||||
# Complain if the git history is not available
|
||||
if [ $? != 0 ]; then
|
||||
printf 'unknown'
|
||||
exit -1
|
||||
|
||||
Reference in New Issue
Block a user