📝 docs: add comprehensive version management and CLI documentation

This commit is contained in:
2026-04-05 11:28:11 +02:00
parent 3e8c50d80a
commit a5344d6ed8
13 changed files with 1864 additions and 1 deletions

24
VERSION Normal file
View File

@@ -0,0 +1,24 @@
# DanceLessonsCoach Version
# Current Version (Semantic Versioning)
MAJOR=1
MINOR=1
PATCH=1
PRERELEASE=""
# Auto-generated fields (do not edit manually)
BUILD_DATE=""
GIT_COMMIT=""
GIT_TAG=""
# Version Format: {MAJOR}.{MINOR}.{PATCH}-{PRERELEASE}
# Example: 1.0.0, 1.0.0-alpha.1, 2.3.4-beta.2
# Semantic Versioning Rules:
# - MAJOR: Breaking changes, major features
# - MINOR: Backwards-compatible features
# - PATCH: Backwards-compatible bug fixes
# - PRERELEASE: alpha, beta, rc (pre-release versions)
# Changelog Reference:
# See AGENT_CHANGELOG.md for version history