- Update supported Ruby versions to 2.2.3 and 2.4.
- Enable autosquash mode when rebasing by default.
- Prevent merging when the target branch is different from origin. Prevents commits in master from being accidentally pushed to origin along with the pull request.
- Transfer ownership to Love With Food.
- Minor README updates.
- Add MIT license.
- Rebase local PR branch from remote.
- Revamp test repo object helpers.
- Fix: do not force-delete local PR branch.
- Fix: fetch origin and rebase master instead of git pull.
- Feature: be able to set merge message template.
- Specify branches when pulling and pushing to origin.
- Abort script if pull request branch is master.
- Force delete local pull request branch if it's been rebased.
- Fix: app cannot find VERSION.
- Initial release.