Swfit
Semantic Versioning - 버전 정하는 방식
GGShin
2023. 1. 15. 01:45
나중에 버전 정할 때 참조하기!
https://devopedia.org/semantic-versioning
Semantic Versioning
Software is almost always versioned to coordinate installation, upgrades and correct interfacing with other software. While a flat linear numbering such as 123, 124, 125… might do the job, Semantic Versioning (SemVer) presents a better numbering scheme.
devopedia.org
반응형