Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

变更发版机制 #3087

Closed
88250 opened this issue Oct 8, 2021 · 0 comments
Closed

变更发版机制 #3087

88250 opened this issue Oct 8, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@88250
Copy link
Member

88250 commented Oct 8, 2021

语义化

x.y.z

  • x 表示发布大版本
  • y 表示引入新特性,引入特性以后 z 置零
  • z 表示消缺和改进

数值从 0 开始,按自然序递增。

如果有内测版或者公测版的话分别在结尾加 alpha1/beta2,alpha/beta 从 1 开始编号。

示例

  • v1.4.1 表示 1.4 系列的第一个消缺版,v1.4.2 表示第二个消缺版
  • v1.5.0 表示 1.5 系列的第一个特性版
  • v1.10.10 表示 1.10 系列的第十个消缺版
  • v2.0.0-beta1 表示 2.0 系列的第一个公测版

版本计划

消缺和特性交替。

  • 发布消缺版后,如果出现较为严重的缺陷,则下个版本递增 z 段继续消缺,特性版延后;如果没有严重缺陷,就变更 y 段重置 z 段发特性版
  • 发布特性版后固定下个版本为消缺版,不引入特性
@88250 88250 added the Refactor label Oct 8, 2021
@88250 88250 added this to the 1.4.1 milestone Oct 8, 2021
@88250 88250 closed this as completed Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants