SemVer Simplified: Major, Minor, Patch and Why They Matter
The Problem First
Lets assume a situation where you have written code today and it works well. Next day you come and run:
cd backend
npm i
npm start
But it fails. Your code is the same, no new PR was
shivamshrma09.hashnode.dev2 min read