mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Merge pull request #16336 from nikhiljindal/versionizeTypo
Fixing a typo in versionize-docs
This commit is contained in:
@@ -84,7 +84,7 @@ go_files+=(pkg/apis/*/types.go)
|
||||
for file in "${go_files[@]}"; do
|
||||
$SED -ri \
|
||||
-e "s|(releases.k8s.io)/[^/]+|\1/${NEW_VERSION}|g" \
|
||||
-e "s|(${HTML_PREVIEW_PREFIX})/HEAD)|\1/blob/${NEW_VERSION}|g" \
|
||||
-e "s|(${HTML_PREVIEW_PREFIX})/HEAD|\1/blob/${NEW_VERSION}|g" \
|
||||
"${file}"
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user