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
|
||||
|
||||
```console
|
||||
build/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||
release/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||
```
|
||||
|
||||
This will:
|
||||
@ -159,7 +159,7 @@ export VER="vX.Y.Z"
|
||||
then, run
|
||||
|
||||
```console
|
||||
build/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||
release/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||
```
|
||||
|
||||
This will:
|
||||
@ -189,7 +189,7 @@ export VER="vX.Y"
|
||||
then, run
|
||||
|
||||
```console
|
||||
build/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||
release/cut-official-release.sh "${VER}" "${GITHASH}"
|
||||
```
|
||||
|
||||
This will:
|
||||
|
Loading…
Reference in New Issue
Block a user