DIYgod/RSSHub

版本更新锁定问题

Open

#7,201 opened on Mar 15, 2021

View on GitHub
 (9 comments) (0 reactions) (0 assignees)TypeScript (9,787 forks)batch import
core enhancementhelp wantedhigh priority

Repository metrics

Stars
 (44,038 stars)
PR merge metrics
 (Avg merge 1d 4h) (165 merged PRs in 30d)

Description

目前的版本更新是直接推送到master,并同时生成新的docker镜像。这种滚动更新可以给用户带来最新的路由体验,但是也会造成一些可用性问题。

可能是时候需要重新引入一下版本号方便追求稳定的用户锁定可用版本和限制bug扩散范围

Contributor guide