Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Merge #7332
Browse files Browse the repository at this point in the history
7332: Fix version number in release playbook r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that I'm about to release bundler, but I'm unsure which one is the right version number.

### What was your diagnosis of the problem?

My diagnosis was that the release playbook is probably wrong, because looking at https://rubygems.org/gems/bundler/versions, we don't really ship `.pre.0`. versions.

### What is your fix for the problem, implemented in this PR?

My fix is to document `.pre.1` as the first prerelease on a minor series, since that's what we usually do.

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
  • Loading branch information
bundlerbot and deivid-rodriguez committed Aug 27, 2019
2 parents 3db1ace + 99df87b commit c808184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/playbooks/RELEASING.md
Expand Up @@ -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.
Expand Down

0 comments on commit c808184

Please sign in to comment.