DIYgod/RSSHub

版本更新锁定问题

Open

#7201 opened on Mar 15, 2021

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

Description

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

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

Contributor guide