mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Fix bug in semver version.sh
This commit is contained in:
parent
22e6505079
commit
3b2044666d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ PATCH=$(git rev-list $TAG..master --count --merges --grep="from $DEVELOPBRANCH"
|
||||||
# Decide whether we should prepend the version with "v" - the default is that
|
# Decide whether we should prepend the version with "v" - the default is that
|
||||||
# we do because we use it in git tags, but we might not always need it
|
# we do because we use it in git tags, but we might not always need it
|
||||||
PREPEND="v"
|
PREPEND="v"
|
||||||
if [ "$1" == "--bare" ]; then
|
if [ "$1" = "--bare" ]; then
|
||||||
PREPEND=""
|
PREPEND=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue