This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
releng:artifact_versioning [2016/01/20 12:36] Fatih Degirmenci Reflected the initial agreement on versioning scheme. |
releng:artifact_versioning [2016/01/20 12:37] (current) Fatih Degirmenci [OPNFV Versioning Scheme] |
||
---|---|---|---|
Line 13: | Line 13: | ||
====== OPNFV Versioning Scheme ====== | ====== OPNFV Versioning Scheme ====== | ||
- | OPNFV decided to [[http://semver.org/ | Semantic Versioning]] to version released artifacts as shown below. | + | OPNFV uses[[http://semver.org/ | Semantic Versioning]] to version released artifacts as shown below. |
<release_name>.<minor>.<patch> | <release_name>.<minor>.<patch> | ||
This essentially becomes | This essentially becomes | ||
+ | |||
<major>.<minor>.<patch> = <release_name>.<minor>.<patch> | <major>.<minor>.<patch> = <release_name>.<minor>.<patch> | ||
| | ||
For example for Brahmaputra release, the released artifacts will be versioned like below | For example for Brahmaputra release, the released artifacts will be versioned like below | ||
+ | |||
R1: brahmaputra.1.0 | R1: brahmaputra.1.0 | ||
- | SR1: brahmaputra.2015.2.0 | + | SR1: brahmaputra.2.0 |
====== Details of Artifact Versioning ====== | ====== Details of Artifact Versioning ====== |