Skip to content

feat(github-release): update release github-cli ( 2.94.0 ➔ 2.95.0 )#48

Merged
mrdynamo merged 1 commit into
mainfrom
renovate/github-cli-2.x
Jun 22, 2026
Merged

feat(github-release): update release github-cli ( 2.94.0 ➔ 2.95.0 )#48
mrdynamo merged 1 commit into
mainfrom
renovate/github-cli-2.x

Conversation

@robot-rosey

@robot-rosey robot-rosey Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
github-cli minor 2.94.02.95.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cli/cli (github-cli)

v2.95.0: GitHub CLI 2.95.0

Compare Source

Read repository files and directories with gh repo read-file and gh repo read-dir

Two new preview commands read repository contents without cloning:

# Read a single file to stdout
gh repo read-file README.md --repo cli/cli

# Read from a specific branch, tag, or commit
gh repo read-file go.mod --ref v2.94.0 --repo cli/cli

# Write a file to disk (use --clobber to overwrite)
gh repo read-file README.md --output ./README.md --repo cli/cli

# List the entries in a directory
gh repo read-dir script --repo cli/cli

Both commands default to the repository's default branch, accept --ref to target any branch, tag, or commit, and support --json, --jq, and --template for scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.

[!NOTE]
gh repo read-file and gh repo read-dir are in preview and subject to change without notice.

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

Full Changelog: cli/cli@v2.94.0...v2.95.0


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@robot-rosey robot-rosey Bot force-pushed the renovate/github-cli-2.x branch from 21aab92 to 652feac Compare June 22, 2026 21:59
@mrdynamo mrdynamo merged commit 6efc467 into main Jun 22, 2026
1 check passed
@robot-rosey robot-rosey Bot deleted the renovate/github-cli-2.x branch June 22, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant