mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Move to release/
This commit is contained in:
parent
7109700713
commit
72a586db7f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user