9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript10,112 forks (10,112 forks)batch import
core enhancementhelp wantedhigh priority
Repository metrics
- Stars
- 45,760 stars (45,760 stars)
- PR merge metrics
- Avg merge 1d 4h (Avg merge 1d 4h)165 merged PRs in 30d (165 merged PRs in 30d)
Description
目前的版本更新是直接推送到master,并同时生成新的docker镜像。这种滚动更新可以给用户带来最新的路由体验,但是也会造成一些可用性问题。
可能是时候需要重新引入一下版本号方便追求稳定的用户锁定可用版本和限制bug扩散范围
Contributor guide
- Research direction
- Investigate the current deployment pipeline and Docker image tagging strategy. Suggest a versioning scheme (e.g., semver) and a CI/CD change to support locking versions.
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitDocker