mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 21:32:24 +02:00
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