Merge pull request #45018 from sergeyshevch/fix/fix-skew-helper
Fix 'skew' shortcode to determine patch version accuratelypull/45403/head
commit
c2600bcdd7
|
@ -92,7 +92,7 @@
|
|||
{{- end -}}
|
||||
{{- if eq $seenPatchVersionInfoCount 0 -}}
|
||||
<!-- fallback patch version to .0 -->
|
||||
{{- printf "%.2f.0" $currentVersion -}}
|
||||
{{- printf "%s.0" $currentVersion -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue