mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
🐛 fix: improve crawler error handling and timeout cancellation (#12487)
This commit is contained in:
@@ -38,7 +38,8 @@ lobe-chat/
|
||||
|
||||
### Git Workflow
|
||||
|
||||
- The current release branch is `next` until v2.0.0 is officially released
|
||||
- **Branch strategy**: `canary` is the development branch (cloud production); `main` is the release branch (periodically cherry-picks from canary)
|
||||
- New branches should be created from `canary`; PRs should target `canary`
|
||||
- Use rebase for git pull
|
||||
- Git commit messages should prefix with gitmoji
|
||||
- Git branch name format: `username/feat/feature-name`
|
||||
|
||||
Reference in New Issue
Block a user