Semantic Versioning (DevOps)
You may have noticed that programs, apps and libraries for your favourite code may use a numbering system that is not just sequential whole numbers. For example, a look at a Python requirements.txt file shows the Python libraries in use and the version. This is called semantic versioning. What Does Semantic Versioning Mean? Semantic versioning … Continue reading Semantic Versioning (DevOps)
