Skip to content

Commit b0f0e16

Browse files
committed
update docs
1 parent 803bc26 commit b0f0e16

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "feedback=$FEEDBACK" >> $GITHUB_OUTPUT
4444
4545
- name: Process with Claude Code
46-
uses: fractureinc/claude-code-github-action@v0.1.6
46+
uses: fractureinc/claude-code-github-action@v0.1.7
4747
with:
4848
mode: 'review'
4949
pr-number: ${{ steps.pr.outputs.number }}
@@ -67,7 +67,7 @@ jobs:
6767

6868
## Enhanced Context for Claude
6969

70-
With version 0.1.6, Claude now receives complete context for your PRs, including:
70+
With version 0.1.7, Claude now receives complete context for your PRs, including:
7171

7272
- PR metadata (title, description, branch info)
7373
- List of all files changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-github-action",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "GitHub action for Claude Code Integration in PR comments and reviews",
55
"main": "index.js",
66
"scripts": {
@@ -25,5 +25,6 @@
2525
"bugs": {
2626
"url": "https://github.com/fractureinc/claude-code-github-action/issues"
2727
},
28-
"homepage": "https://github.com/fractureinc/claude-code-github-action#readme"
29-
}
28+
"homepage": "https://github.com/fractureinc/claude-code-github-action#readme",
29+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
30+
}

0 commit comments

Comments
 (0)