version-management
Installation
SKILL.md
Version Management
A technology-agnostic version management system using Git tags as the source of truth, with platform-specific adapters.
Overview
Design Philosophy:
- Git tags are the source of truth for versions
- Committed version files (
version.properties,package.json, etc.) cache the version for fast builds - Release workflows update both git tags and version files
- Supports semantic versioning (major.minor.patch)
Prerequisites
- Git repository initialized
- Git tags enabled
- Bash shell available
- Write access to project directory
Related skills
More from hitoshura25/claude-devtools
android-playstore-setup
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
62android-playstore-scan
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
15android-proguard-setup
Configure ProGuard/R8 for Android release builds with safe defaults
13android-release-build-setup
Complete Android release build configuration - orchestrates keystore, ProGuard, and signing setup
11android-release-validation
Validate Android release builds before publishing to ensure quality and catch ProGuard issues
11android-espresso-dependencies
Add Espresso and AndroidX Test dependencies to Android project
9