diff --git a/README.md b/README.md
index 503dad3..ae218a7 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ See [DESIGN.md](DESIGN.md) for an overview of the design of this gem.
 
 Bug reports and pull requests are welcome on GitHub at https://github.com/buildkite/test-collector-ruby
 
-## Deploying
+## 🚀 Releasing
 
 1. Bump the version in `version.rb` and run `bundle` to update the `Gemfile.lock`.
 1. Update the CHANGELOG.md with your new version and a description of your changes.
@@ -130,9 +130,8 @@ git push --tags
 ```
 Once your PR is merged to `main`:
 
-1. Run `rake release` from `main` and use the rubygems credentials in 1Password.
+1. Run `rake release` from `main`.
 1. Create a [new release in github](https://github.com/buildkite/test-collector-ruby/releases).
-1. Bump the gem in [buildkite/buildkite](https://github.com/buildkite/buildkite).
 
 ## 📜 MIT License