5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Append suffix to master releaser releases if they are not the first merge (package revisions)

This commit is contained in:
Neil Alexander 2018-12-18 11:52:22 +00:00
parent 5684279403
commit bfdb079b79
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -59,4 +59,8 @@ if [ $BRANCH != "master" ]; then
if [ $BUILD != 0 ]; then
printf -- "-%04d" "$BUILD"
fi
else
if [ $BUILD != 0 ]; then
printf -- "-%d" "$BUILD"
fi
fi