Update github-cli 2.5.2 => 2.6.0

Changes: https://github.com/cli/cli/releases/tag/v2.6.0

From Ricardo, thanks!
This commit is contained in:
sdk 2022-03-20 15:20:34 +00:00
parent 4a8f89dbf8
commit 6d50724ca3
4 changed files with 434 additions and 1715 deletions

View File

@ -1,6 +1,6 @@
COMMENT = command-line access to github pull requests, issues and more
V = 2.5.2
V = 2.6.0
MODGO_MODNAME = github.com/cli/cli/v2
MODGO_VERSION = v${V}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@
@man man/man1/gh-codespace-cp.1
@man man/man1/gh-codespace-create.1
@man man/man1/gh-codespace-delete.1
@man man/man1/gh-codespace-edit.1
@man man/man1/gh-codespace-list.1
@man man/man1/gh-codespace-logs.1
@man man/man1/gh-codespace-ports-forward.1
@ -100,6 +101,8 @@
@man man/man1/gh-run-view.1
@man man/man1/gh-run-watch.1
@man man/man1/gh-run.1
@man man/man1/gh-search-repos.1
@man man/man1/gh-search.1
@man man/man1/gh-secret-list.1
@man man/man1/gh-secret-remove.1
@man man/man1/gh-secret-set.1