Skip to content

Commit b560578

Browse files
committed
ci: use max effort for bump analysis
1 parent b4f343b commit b560578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/analyze-bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ${DIFF_STAT}
3939
Solidity diff (truncated):
4040
${SOL_DIFF}"
4141

42-
RESPONSE=$(echo "$PROMPT" | claude --print --model opus --effort high 2>/dev/null) || { echo "patch"; exit 0; }
42+
RESPONSE=$(echo "$PROMPT" | claude --print --model opus --effort max 2>/dev/null) || { echo "patch"; exit 0; }
4343

4444
BUMP=$(echo "$RESPONSE" | tr '[:upper:]' '[:lower:]' | grep -oE 'major|minor|patch' | head -1)
4545

0 commit comments

Comments
 (0)