File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ _Note: In the documentation listed below, the *current* minor version number is
662.1 and the * next* minor version number is 2.2_
77
88Regardless of the version, * all releases* must update the ` CHANGELOG.md ` and ` lib/bundler/version.rb `
9- files. The changelog for the first stable minor release (` 2.2.0 ` ) is a sum of all
10- the preceding pre-release versions (` 2.2.pre.1 ` , ` 2.2.pre.2 ` , etc) for that
11- minor version. The changelog for the first stable minor release is left blank
12- unless there are fixes included since the last pre/rc release.
9+ files.
1310
1411## Workflow
1512
@@ -44,9 +41,8 @@ means that releases for both share the same stable branch, and they should
4441generally happen together.
4542
4643Minor releases of the next version start with a new release branch from the
47- current state of master: ` 3.2 ` , and are immediately followed by a prerelease
48- (might be a ` .pre.1 ` version or a ` .rc.1 ` version depending on the readiness of
49- the stable branch) or even directly by the final stable release.
44+ current state of master: ` 3.2 ` , and are immediately followed by a stable
45+ release.
5046
5147The current conventional naming for stable branches is ` x+1.y ` , where ` x.y ` is
5248the version of ` bundler ` that will be released. This is because ` rubygems-x+1.y `
You can’t perform that action at this time.
0 commit comments