Skip to content

Commit 41768b6

Browse files
gfraiteurclaude
andcommitted
Update risk assessment to include develop/* and release/* branches
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 0d8c8df commit 41768b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.BuildTools/Mcp/Services/RiskAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public sealed class RiskAnalyzer
2727
## Common Situations and Guidance
2828
2929
### Git Operations
30-
- `git push`: LOW risk if pushing to a feature (topic) branch, MEDIUM if pushing to main/master/develop
30+
- `git push`: LOW risk if pushing to a feature (topic) branch, MEDIUM if pushing to main, master, develop/*, release/*
3131
- `git push --force`: HIGH risk - can destroy history, always flag for careful review
3232
- `git tag` / `git push --tags`: MEDIUM risk - tags are often used for releases
3333
- `git checkout` / `git switch`: LOW risk - just changing branches locally

0 commit comments

Comments
 (0)