Github user kaknikhil commented on the issue: https://github.com/apache/madlib/pull/318 I tested the utility with the new changes but I am still reviewing the code.Here are my observations so far: 1. I noticed that there were a few indentation changes. I am assuming that this will not affect upgrade testing. 1. We will run this utility before tagging the new release. So for ex if the previous release was 1.15 and the new release is 1.16, then the utility will be run when the version is 1.16-dev on the master branch. In this case, how should the utility be run? Should it be run against the master branch for the latest release? This is important because the branch name is used for the description message `Changelist for MADlib version old_branch/tag to new_branch/tag`
---