summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Hollander McCreery <ihmccreery@google.com>2015-11-03 09:26:01 -0800
committerIsaac Hollander McCreery <ihmccreery@google.com>2015-11-03 09:26:01 -0800
commitb6745eb538ee4515b08a87a7573a9319b3d2460c (patch)
treeb24f644914a91291411789277378d2fa7ee12be5
parentab925644290c51d9491cb698bc1f4991af5d6039 (diff)
Fix releasing clause about cutting beta releases
-rw-r--r--releasing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasing.md b/releasing.md
index 671ab8af..238f3791 100644
--- a/releasing.md
+++ b/releasing.md
@@ -74,7 +74,7 @@ from, and other prerequisites.
probably shouldn't be doing this release, and should talk to someone on the
release team.
* New release series cut a new release branch, `release-X.Y`, off of
- `master`, and also release the first beta in the series, `vX.Y.0-beta`.
+ `master`, and also release the first beta in the series, `vX.Y.0-beta.0`.
* Every change in the `vX.Y` series from this point on will have to be
cherry picked, so be sure you want to do this before proceeding.
* You should still look for green tests, (see below).