GitHub user sijie opened a pull request: https://github.com/apache/incubator-distributedlog/pull/134
Fix merge script issues Problem: Currently the merge script is broken when the reviewer's id is not in reviewers list. Solution: - Change "reviewers[reviewer_id]" to "reviewer_id in reviewers" - Bump the default version to 0.5.0. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sijie/incubator-distributedlog fix_merge_script_issues Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-distributedlog/pull/134.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #134 ---- commit 32cceab2b349e27df70c9b8a26044ddd68b39866 Author: Sijie Guo <si...@apache.org> Date: 2017-05-26T21:04:31Z fix merge script issue commit d5a6f596cf174a6eddbc0acc3e4fffd5698f5ded Author: Sijie Guo <si...@apache.org> Date: 2017-06-12T19:54:01Z Merge branch 'master' into fix_merge_script_issues commit 56b65dfdeb296128085531dd35c07f5c35d0b65d Author: Sijie Guo <si...@apache.org> Date: 2017-06-12T19:54:49Z Bump release version to 0.5.0 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---