jun-claude-code 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -165,7 +165,7 @@ Generated with [Claude Code](https://claude.ai/code)
|
|
|
165
165
|
```bash
|
|
166
166
|
git push -u origin feature/branch-name
|
|
167
167
|
|
|
168
|
-
gh pr create --base main --title "
|
|
168
|
+
gh pr create --base main --title "<PREFIX 없이 간결한 제목>" --body "$(cat <<'EOF'
|
|
169
169
|
## Summary
|
|
170
170
|
...
|
|
171
171
|
EOF
|