Skip to content

Commit 6474468

Browse files
author
Chris Goddard
committed
Update README.md to articulate 'how to bump' instructions
1 parent f9371b1 commit 6474468

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Then, comment-out the line referring to `zendesk_apps_support` in this project's
3030

3131
The path should point to your local ZAS directory. In this way, your clone of ZAT will use a local version of ZAS, which is very helpful for development. Run a `bundle install` after changing the Gemfile.
3232

33+
## Bumping ZAT
34+
35+
If you want to bump ZAT, run `bump patch|minor|major --no-bundle` from the root directory. This is in order to circumvent a bundle update command that [bump](https://github.com/gregorym/bump) runs by default.
36+
3337
## Testing
3438
This project uses rspec, which you can run with `bundle exec rake`.
3539

0 commit comments

Comments
 (0)