Skip to content

Releases: keith/ghb

Enable auto-merge support

23 Apr 05:28
Compare
Choose a tag to compare
Add auto-merge support to ghb pr

This allows use of --merge or --merge-squash. Ideally you would almost
always use --merge-squash which pulls the commit title / description as
the final squashed commit message, but sometimes you may prefer --merge,
which uses a rebase instead, in the case that you want to maintain
original commit authorship, like in the case of a cherry pick.

Improve close-prs command

24 Mar 00:12
Compare
Choose a tag to compare
  1. Close in parallel, very useful for huge numbers of PRs at once
  2. Allow closing by branch, or age, or both

Add `delete-branches` command

02 Dec 02:26
Compare
Choose a tag to compare
1.9.2

Bump version

1.9.0

21 Nov 06:19
Compare
Choose a tag to compare
  • Fix new main branch handling
  • Add support for core.commentChar
  • Read EDITOR for file to open
  • Fix error handling when submitting PRs with invalid args

Add support for `main` branch with `ghb pr`

20 Nov 03:51
Compare
Choose a tag to compare

Previously it would default to master if no branch was passed. Now it first checks for main and prefers that.

1.6.0

15 Jun 21:00
Compare
Choose a tag to compare
Add greenify command

Update requests

23 Feb 23:27
4877c6a
Compare
Choose a tag to compare

Migrate to single python entrypoint

31 Aug 02:37
66ff46a
Compare
Choose a tag to compare

This makes the homebrew installation immune to external python environment changes

Convert to python3

28 Aug 06:30
9e41cb9
Compare
Choose a tag to compare
Python 3 support (#8)

Convert to python3

Add assignme command

07 Mar 07:37
7feaf4e
Compare
Choose a tag to compare

This adds a simple command to self assign the authed user to a PR