- I have searched the issues of this repository and believe that this is not a duplicate.
Describe the proposal
目前是先发布pre-release,很少看到这种发布模式的,如果仅仅是为了冻结版本,貌似意义不大,不如参考业界通用的,比如spring的方式:M1、M2、RC1、RC2,最后再正式版,好处是可以让外部提前参与进来:
1,想了解新特性的可以提前尝鲜;
2,如果提了bug,有fix,也可以提前帮忙做验证
2条答案
按热度按时间wooyq4lh1#
至于说发布开发版本的,目前 3.2.x 正在探索这个模式,在最近几个月,会发布 3.2.0-beta.x 版本,这中间都是 beta 的状态,最后才会正式 release,发布 3.2.0。
https://semver.org/
ecbunoof2#
https://www.apache.org/legal/release-policy.html#release-types
https://www.apache.org/legal/release-policy.html#host-GA
按照 Apache 的政策,pre-release 状态的 release 是在投票中的。所有 release 在未正式通过投票前都不能对外发布。所以这个状态基本等同于“冻结版本”。