Correct me if I'm wrong here, but right now script decides to do patch or point release based on the change log and finding commit messages that start with "Update" or "New" ("Breaking" for major release). However, if "Update" commit was merged and then reverted, it will still show up in the change log, and script will decide to do a Point release where it should do Patch instead. This should probably be fixed somehow.
Correct me if I'm wrong here, but right now script decides to do patch or point release based on the change log and finding commit messages that start with "Update" or "New" ("Breaking" for major release). However, if "Update" commit was merged and then reverted, it will still show up in the change log, and script will decide to do a Point release where it should do Patch instead. This should probably be fixed somehow.