From 3e11e3fec00fa955456acf2cd9d2dd15c62030fb Mon Sep 17 00:00:00 2001 From: Cam Hutchison Date: Fri, 6 Sep 2024 09:24:00 +1000 Subject: [PATCH] hermit: Upgrade gh Upgrade gh from 2.54.0 to 2.55.0. This adds the `--editor`/`-e` flag to `gh pr create` which is closer in user interface to `hub pull-request`. This does not matter for this repository, but because this repo does use `gh` for releases, I need to upgrade it for personal reasons as it gets used whenever I run `gh` in this repo. Gen-command: hermit upgrade gh --- bin/{.gh-2.54.0.pkg => .gh-2.55.0.pkg} | 0 bin/gh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{.gh-2.54.0.pkg => .gh-2.55.0.pkg} (100%) diff --git a/bin/.gh-2.54.0.pkg b/bin/.gh-2.55.0.pkg similarity index 100% rename from bin/.gh-2.54.0.pkg rename to bin/.gh-2.55.0.pkg diff --git a/bin/gh b/bin/gh index dcb47c7..0634b16 120000 --- a/bin/gh +++ b/bin/gh @@ -1 +1 @@ -.gh-2.54.0.pkg \ No newline at end of file +.gh-2.55.0.pkg \ No newline at end of file