Consistent use of 'beta' tag across the project (#3089)

This commit is contained in:
tooomm
2018-02-07 17:33:14 +01:00
committed by Zach H
parent a0d6a342d3
commit ab3989aeba
6 changed files with 43 additions and 43 deletions

View File

@@ -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)