mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Consistent use of 'beta' tag across the project (#3089)
This commit is contained in:
parent
a0d6a342d3
commit
ab3989aeba
6 changed files with 43 additions and 43 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue