Move to release/

This commit is contained in:
Isaac Hollander McCreery 2015-10-29 15:14:13 -07:00
parent 7109700713
commit 72a586db7f
3 changed files with 3 additions and 3 deletions

View File

@ -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: