mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-10 16:43:59 +00:00
Move to release/
This commit is contained in:
@@ -139,7 +139,7 @@ export VER="vX.Y.0-alpha.W"
|
|||||||
then, run
|
then, run
|
||||||
|
|
||||||
```console
|
```console
|
||||||
build/cut-official-release.sh "${VER}" "${GITHASH}"
|
release/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||||
```
|
```
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
@@ -159,7 +159,7 @@ export VER="vX.Y.Z"
|
|||||||
then, run
|
then, run
|
||||||
|
|
||||||
```console
|
```console
|
||||||
build/cut-official-release.sh "${VER}" "${GITHASH}"
|
release/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||||
```
|
```
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
@@ -189,7 +189,7 @@ export VER="vX.Y"
|
|||||||
then, run
|
then, run
|
||||||
|
|
||||||
```console
|
```console
|
||||||
build/cut-official-release.sh "${VER}" "${GITHASH}"
|
release/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||||
```
|
```
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
|
Reference in New Issue
Block a user