You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ The Yard generated documentation is available in at [RubyDoc](https://www.rubydo
16
16
17
17
Please report any bug in the [Github issues page](https://github.com/zendesk/zendesk_api_client_rb/issues).
18
18
19
+
You might want to try out this gem in a REPL for exploring your options, if so, check out [this project](https://github.com/zendesk/zendesk_api_client_rb_repl).
20
+
19
21
## Product Support
20
22
21
23
This Ruby gem supports the REST API's for Zendesk Support, Zendesk Guide,
bundle exec rubocop # Runs the lint (use `--fix` for autocorrect)
428
430
```
429
431
432
+
## Releasing a new gem version
433
+
434
+
1. Execute `bundle exec rake bump:minor`, which bumps the version in my local machine in a specific commit
435
+
2. Change the CHANGELOG and amend that previous commit, so the bump commit and the CHANGELOG changes are in the same commit (example)
436
+
3. Push to Github
437
+
4. Post a message in Slack `#rest-api`, so advocacy are aware that we are going to release a new gem, just in case any customer complains about something related to the gem
438
+
5. After a couple of hours, run `bundle exec rake release`, which automatically pushes the tag to GitHub and releases a new version to Rubygems (it does the gem push for you)
0 commit comments