Skip to content

Instantly share code, notes, and snippets.

View xtx1130's full-sized avatar
😀
online

小菜 xtx1130

😀
online
View GitHub Profile
@xtx1130
xtx1130 / Semantic-Versioning.md
Last active May 19, 2022 07:58
Semantic Versioning

semver含义

参考链接:https://semver.org/lang/zh-CN/

版本格式:主版本号.次版本号.修订号(MAJOR.MINOR.PATCH),版本号递增规则如下:

主版本号:当你做了不兼容的 API 修改, 次版本号:当你做了向下兼容的功能性新增, 修订号:当你做了向下兼容的问题修正。