Skip to content

Commit

Permalink
tweak release instructions to be generic for public use
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Wright authored and Katie Wright committed Jan 19, 2023
1 parent 600c827 commit 1919ac4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 1919ac4

Please sign in to comment.