Merge pull request #45018 from sergeyshevch/fix/fix-skew-helper

Fix 'skew' shortcode to determine patch version accurately
pull/45403/head
Kubernetes Prow Robot 2024-02-29 10:59:20 -08:00 committed by GitHub
commit c2600bcdd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
{{- end -}}
{{- if eq $seenPatchVersionInfoCount 0 -}}
<!-- fallback patch version to .0 -->
{{- printf "%.2f.0" $currentVersion -}}
{{- printf "%s.0" $currentVersion -}}
{{- end -}}
{{- end -}}