@@ -93,8 +93,8 @@ $ git cherry-pick -m 1 dd6aef9
9393
9494After running the task, you'll have a release branch ready to be merged into the
9595stable branch. You'll want to open a PR from this branch into the stable branch
96- and provided CI is green, you can go ahead, merge the PR and run `bin/ rake
97- release` from ` bundler/` directory in the updated stable branch.
96+ and provided CI is green, you can go ahead, merge the PR and run `rake
97+ bundler : release ` from the updated stable branch.
9898
9999Here's the checklist for releasing new minor versions:
100100
@@ -105,8 +105,8 @@ Here's the checklist for releasing new minor versions:
105105 a PR to the stable branch with the generated changes.
106106* [ ] Get the PR reviewed, make sure CI is green, and merge it.
107107* [ ] Pull the updated stable branch, wait for CI to complete on it and get excited.
108- * [ ] Run ` bin/ rake release` from the ` bundler/ ` directory updated stable
109- branch, tweet, blog, let people know about the prerelease!
108+ * [ ] Run ` rake bundler: release ` from the updated stable branch, tweet, blog,
109+ let people know about the prerelease!
110110* [ ] Wait a ** minimum of 7 days**
111111* [ ] If significant problems are found, increment the prerelease (i.e. 2.2.pre.2)
112112 and repeat, but treating ` .pre.2 ` as a _ patch release_ . In general, once a stable
@@ -124,8 +124,8 @@ Wait! You're not done yet! After your prelease looks good:
124124* [ ] Write a blog post announcing the new version, highlighting new features and
125125 notable bugfixes
126126* [ ] Pull the updated stable branch, wait for CI to complete on it and get excited.
127- * [ ] Run ` bin/ rake release` in the ` bundler/ ` directory of the updated stable
128- branch, tweet, link to the blog post, etc.
127+ * [ ] Run ` rake bundler: release ` from the updated stable branch, tweet, link to
128+ the blog post, etc.
129129
130130At this point, you're a release manager! Pour yourself several tasty drinks and
131131think about taking a vacation in the tropics.
0 commit comments