Pārlūkot izejas kodu

Merge pull request #15132 from richardkchapman/version-latest

HPCC-26152 Chart version format inconsistency

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Richard Chapman 4 gadi atpakaļ
vecāks
revīzija
aec050c7df
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      cmake_modules/parse_hpcc_chart.sh

+ 1 - 1
cmake_modules/parse_hpcc_chart.sh

@@ -53,7 +53,7 @@ function update_chart_file()
       _new_minor=$HPCC_MINOR
     fi
     if [ "$_new_maturity" == "release" ] ; then
-      local _v=${HPCC_MAJOR}.${_new_minor}.${_new_point}
+      local _v=${HPCC_MAJOR}.${_new_minor}.${_new_point}-${_new_sequence}
     else
       local _v=${HPCC_MAJOR}.${_new_minor}.${_new_point}-${_new_maturity}${_new_sequence}
     fi