git-tags
Installation
SKILL.md
When to Use
- Creating a new release
- Tagging a specific version
- Bumping version numbers
- Listing or managing existing tags
- Following semantic versioning
Semantic Versioning (SemVer)
MAJOR.MINOR.PATCH[-PRERELEASE][+BUILD]
Version Components
| Component | When to Increment | Example |
Related skills