mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 18:36:07 +00:00
Append suffix to master releaser releases if they are not the first merge (package revisions)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user