Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit a20e038

Browse files
authored
updates release instructions (#44)
updates release instructions
2 parents abadec7 + 961357c commit a20e038

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ Be sure to run `bundle install` first. Note that if you're running against a pro
3636
Tip: to run individual tests, run `rspec spec/client_spec.rb -e "<name of your test>"`
3737

3838
## Release checklist
39+
Best to do a proper PR, rather than releasing from master, as missing one of these steps could cause a broken release.
3940
- Update the CHANGELOG with the changes and new version number
4041
- Update the version number in `chatkit.gemspec`
41-
- Build with `gem build chatkit.gemspec`
42-
- Push to [Rubygems](https://rubygems.org/gems/pusher-chatkit-server) with `gem push pusher-chatkit-server-[version].gem`
42+
- Build with `bundle install`
43+
- Commit the `Gemfile.lock`
44+
- Merge upstream, do a Git tag and Git release
45+
- Push to [Rubygems](https://rubygems.org/gems/pusher-chatkit-server) with `gem push pusher-chatkit-server-[version].gem`

0 commit comments

Comments
 (0)