Files
Denis Bykhov da88233dda Add 'foundations/net/' from commit '7722c9534141cf92ea7e990b8687c14ef3c747b2'
git-subtree-dir: foundations/net
git-subtree-mainline: 2b0d510202
git-subtree-split: 7722c95341
2025-11-26 22:57:00 +05:00

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

Test Script

Check which tag will be auto-detected:

./common/scripts/test-bump-tag-detection.sh