Skip to content

Commit 0281b28

Browse files
0.7.0
1 parent 85beee7 commit 0281b28

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/gh-default-with-api-fallback.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# gh-load-pull-request
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- ae79514: Use gh CLI as default backend with API fallback
8+
- By default, the tool now uses the `gh` CLI to fetch PR data when available
9+
- Automatically falls back to GitHub REST API (Octokit) if gh CLI is not installed or not authenticated
10+
- Added `--force-api` flag to force using the GitHub API instead of gh CLI
11+
- Added `--force-gh` flag to force using gh CLI (fails if not available)
12+
- Added new CI/CD job to test both gh CLI and API modes
13+
- Improved verbose logging to show which backend is being used
14+
315
## 0.6.0
416

517
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-load-pull-request",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Download GitHub pull request and convert it to markdown",
55
"type": "module",
66
"main": "src/gh-load-pull-request.mjs",

0 commit comments

Comments
 (0)