mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 19:32:22 +02:00
git-subtree-dir: foundations/net git-subtree-mainline:2b0d510202git-subtree-split:7722c95341
882 B
882 B
Version Bump Script - Quick Reference
Auto-detect Latest Version Tag
The bump-changes-from-tag.sh script now automatically detects the latest version tag in format v*.*.* (e.g., v0.7.4).
Quick Start
Option 1: Auto-detect + patch bump
./common/scripts/bump-changes-from-tag.sh
Option 2: Auto-detect + specific bump type
./common/scripts/bump-changes-from-tag.sh minor
./common/scripts/bump-changes-from-tag.sh major
Option 3: Manual git revision
./common/scripts/bump-changes-from-tag.sh v0.7.0 major
./common/scripts/bump-changes-from-tag.sh HEAD~5 minor
Documentation
- BUMP_USAGE.md - Complete usage guide
- CHANGES.md - Changelog and improvements
Test Script
Check which tag will be auto-detected:
./common/scripts/test-bump-tag-detection.sh