mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-25 12:24:26 -08:00
Consistent use of 'beta' tag across the project (#3089)
This commit is contained in:
@@ -141,9 +141,9 @@ function(get_tag_name commit)
|
||||
endif()
|
||||
|
||||
# Label
|
||||
# 7 = Full release
|
||||
# 7 = Stable release
|
||||
# 8 = Dev release, first beta so only "beta" attached
|
||||
# 9 = Dev release, not first beta so "beta.N" attached
|
||||
# 9 = Dev release, subsequent beta so "beta.N" attached (N>=2)
|
||||
if(${GIT_TAG_LISTCOUNT} EQUAL 8)
|
||||
list(GET GIT_TAG_EXPLODED 7 GIT_TAG_LABEL)
|
||||
elseif(${GIT_TAG_LISTCOUNT} EQUAL 9)
|
||||
|
||||
Reference in New Issue
Block a user