Skip to content

Commit d620f74

Browse files
author
Christopher Goddard
authored
Merge pull request #304 from zendesk/cgoddard/af-1656-things-that-go-bump-in-the-build
[AF-1656] Articulate how to safely bump ZAT
2 parents 7c5923c + e9d8443 commit d620f74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ 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+
## Deploy ZAT
34+
35+
* To bump ZAT version, run `bump patch|minor|major --no-bundle` from the root directory. **Note:** `--no-bundle` is required in order to prevent `bundle update` command from running, which is by default triggered by the [bump](https://github.com/gregorym/bump) gem and could lead to incompatible dependencies.
36+
* To publish ZAT to [Rubygems](https://rubygems.org/gems/zendesk_apps_tools), run `bundle exec rake release`.
37+
3338
## Testing
3439
This project uses rspec, which you can run with `bundle exec rake`.
3540

0 commit comments

Comments
 (0)