summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/playbooks/RELEASING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/playbooks/RELEASING.md b/doc/playbooks/RELEASING.md
index 9cfdeda58b..475a748dcc 100644
--- a/doc/playbooks/RELEASING.md
+++ b/doc/playbooks/RELEASING.md
@@ -112,7 +112,7 @@ _anything_ wrong as the release manager.
#### Branching
Minor releases of the next version start with a new release branch from the
-current state of master: `1-12-stable`, and are immediately followed by a `.pre.0` release.
+current state of master: `1-12-stable`, and are immediately followed by a `.pre.1` release.
Once that `-stable` branch has been cut from `master`, changes for that minor
release series (1.12) will only be made _intentionally_, via patch releases.