CI Pipelines and SemVer

Command CI Pipelines with help of Semantic Versioning

Karthikeyan Govindaraj
Level Up Coding
Published in
4 min readDec 4, 2020

--

semver cli to decide pipelines

Semantic Versioning (also referred to as SemVer) is a standard versioning system that has been followed by software engineers and developers for a while now. This is introduced to maintain the dependency graph intact with the applications.

--

--