Skip to content

Commit

Permalink
Move to release/
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Hollander McCreery committed Nov 2, 2015
1 parent 7109700 commit 72a586d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/devel/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72a586d

Please sign in to comment.