summaryrefslogtreecommitdiff
path: root/doc/playbooks/RELEASING.md
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-01-16 17:54:28 -0500
committerEllen Marie Dash <me@duckie.co>2020-01-16 18:00:50 -0500
commit187267bc6e05337e310a4a58f79b91ed602b6ff2 (patch)
treebf7c8e9d8e4a26157db0b08cd1c03fc0c967a5ab /doc/playbooks/RELEASING.md
parente4578720743945aea932c1bca1c2c47ac21f4719 (diff)
downloadbundler-187267bc6e05337e310a4a58f79b91ed602b6ff2.tar.gz
[repo move] Update GitHub URL in doc/.
Diffstat (limited to 'doc/playbooks/RELEASING.md')
-rw-r--r--doc/playbooks/RELEASING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/playbooks/RELEASING.md b/doc/playbooks/RELEASING.md
index 8178f2f925..c618488efb 100644
--- a/doc/playbooks/RELEASING.md
+++ b/doc/playbooks/RELEASING.md
@@ -39,9 +39,9 @@ When we cherry-pick, we cherry-pick the merge commits using the following comman
$ git cherry-pick -m 1 MERGE_COMMIT_SHAS
```
-For example, for PR [#5029](https://github.com/bundler/bundler/pull/5029), we
-cherry picked commit [dd6aef9](https://github.com/bundler/bundler/commit/dd6aef97a5f2e7173f406267256a8c319d6134ab),
-not [4fe9291](https://github.com/bundler/bundler/commit/4fe92919f51e3463f0aad6fa833ab68044311f03)
+For example, for PR [#5029](https://github.com/rubygems/bundler/pull/5029), we
+cherry picked commit [dd6aef9](https://github.com/rubygems/bundler/commit/dd6aef97a5f2e7173f406267256a8c319d6134ab),
+not [4fe9291](https://github.com/rubygems/bundler/commit/4fe92919f51e3463f0aad6fa833ab68044311f03)
using:
```bash
@@ -95,7 +95,7 @@ Here's the checklist for releasing new minor versions:
Wait! You're not done yet! After your prelease looks good:
* [ ] Update `version.rb` to a final version (i.e. 1.12.0)
-* [ ] In the [bundler/bundler-site](https://github.com/bundler/bundler-site) repo,
+* [ ] In the [rubygems/bundler-site](https://github.com/rubygems/bundler-site) repo,
copy the previous version's docs to create a new version (e.g. `cp -r v1.11 v1.12`)
* [ ] Update the new docs as needed, paying special attention to the "What's new"
page for this version