Process Flow - Semantic versioning with tags
Start: Code changes ready
Decide version bump: Major, Minor, Patch
Create tag: vMAJOR.MINOR.PATCH
Push tag to remote
Tag used to mark release version
Semantic versioning tags mark releases with major, minor, and patch numbers to track changes clearly.