merge-pr

A tool to help you merge PR's and manage history in the command line.

MIT License

Stars
22
Committers
7
merge-pr - v1.2.0 Latest Release

Published by parkr over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/parkr/merge-pr/compare/v1.1.2...v1.2.0

merge-pr - v1.1.1

Published by parkr over 9 years ago

  • git: put [ci skip] in the commit msg body instead of the summary (#22)
merge-pr - v1.1.0

Published by parkr over 9 years ago

  • git: if 'git pull' fails, do not continue (#21)
  • fix formatting for version printing (#20)
  • git: only merge if the current branch is master, staging, or dev (#19)
  • github: delete the branch properly (#18)
  • Replace go-octokit with go-github. (#17)
merge-pr - v1.0.0

Published by parkr over 9 years ago

  • git: use 'git config' to get origin URL (#12)
  • Add more printed info with the -v flag (#9)
  • Shell out to the OS with a common interface (#8)
  • Push once the merge commit is added. (#7)
  • Make the fetching of the history file more flexible. (#6)
  • When running the commit command, just use Stdout. (#5)
  • Delete the branch once it's been merged. (#4)
  • Configure to work with Travis (#3)
  • Birthday! (#1)