README.md in circleci-bundle-update-pr-1.10.0 vs README.md in circleci-bundle-update-pr-1.11.0
- old
+ new
@@ -107,13 +107,17 @@
```
$ circleci-bundle-update-pr <git username> <git email address> master develop topic
```
-You can assign the PR to any users.
+You can also add the following options:
```
-$ circleci-bundle-update-pr <git username> <git email address> -a alice,bob,carol
+$ circleci-bundle-update-pr -h
+Usage: circleci-bundle-update-pr [options]
+ -a, --assignees alice,bob,carol Assign the PR to them
+ -r, --reviewers alice,bob,carol Request PR review to them
+ -l, --labels "In Review, Update" Add labels to the PR
```
## Contributing
1. Fork it ( https://github.com/masutaka/circleci-bundle-update-pr/fork )