summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Hollander McCreery <ihmccreery@google.com>2015-10-29 15:14:13 -0700
committerIsaac Hollander McCreery <ihmccreery@google.com>2015-11-02 09:27:52 -0800
commit1e19e8e1c8137d11c6f9eab041990fa32299bd14 (patch)
tree289e7e8cffb2bb1a52ad4f0a7a74bdb8aa72579c
parenta17031110e8725d3944979fc52cc2540e75531f9 (diff)
Move to release/
-rw-r--r--releasing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasing.md b/releasing.md
index 2ba88bd3..fad957b6 100644
--- a/releasing.md
+++ b/releasing.md
@@ -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: