summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-27 23:39:35 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-27 23:39:35 +0200
commit99df87b7b05fc6b88eead741b6141828c912db7e (patch)
tree889e4e88b609af7fcf98aa9bf6841ba95e239d68
parent3db1ace2f59e3db5a7e1d641b646874bcee80c9d (diff)
downloadbundler-99df87b7b05fc6b88eead741b6141828c912db7e.tar.gz
Fix version number in release playbookskip_pre_0_versions
The first prerelease of a bundler minor series is usually `.pre.1`, not `.pre.0`.
-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.