Skip to content

Commit 0481313

Browse files
committed
github: warn Claude about v0.x semver semantics in minor reviews
Semver treats everything before v1.0.0 as unstable: minor bumps in v0.x may contain breaking changes. The prompt now flags this so Claude applies extra scrutiny to pre-v1 minor updates.
1 parent 2777385 commit 0481313

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,12 @@ jobs:
8181
8282
Use `gh pr diff` and `gh pr view` to review the changes.
8383
84-
Minor updates should be backwards-compatible. If the changes look
85-
reasonable, approve the PR with a message that includes your model
86-
identifier (e.g. "Reviewed by claude-sonnet-4-20250514").
84+
Minor updates should be backwards-compatible. However, for v0.x
85+
dependencies, minor bumps may contain breaking changes per semver.
86+
Review those with extra caution.
87+
88+
If the changes look reasonable, approve the PR with a message that
89+
includes your model identifier (e.g. "Reviewed by claude-sonnet-4-20250514").
8790
8891
Use: gh pr review --approve --body "your message"
8992
claude_args: |

0 commit comments

Comments
 (0)