Skip to content

Commit 928f6fa

Browse files
Move paragraph to a place where it makes more sense
1 parent ef6d955 commit 928f6fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundler/doc/playbooks/RELEASING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ _Note: In the documentation listed below, the *current* minor version number is
88
Regardless of the version, *all releases* must update the `CHANGELOG.md` and `lib/bundler/version.rb`
99
files.
1010

11+
While pushing a gem version to RubyGems.org is as simple as `rake release`,
12+
releasing a new version of Bundler includes a lot of communication: team
13+
consensus, git branching, documentation site updates, and a blog post.
14+
1115
## Workflow
1216

1317
In general, `master` will accept PRs for:
@@ -34,10 +38,6 @@ affect only very few users in rare cases.
3438

3539
### Patch && minor releases
3640

37-
While pushing a gem version to RubyGems.org is as simple as `rake release`,
38-
releasing a new version of Bundler includes a lot of communication: team
39-
consensus, git branching, documentation site updates, and a blog post.
40-
4141
Patch and minor releases are made by cherry-picking pill requests from `master`.
4242

4343
### Branching

0 commit comments

Comments
 (0)