feat: Automate versioning workflow with release script and semantic rules

This commit is contained in:
2026-06-21 14:38:59 +05:30
parent b8862b925e
commit f9ed59786f
7 changed files with 170 additions and 18 deletions

View File

@@ -239,7 +239,7 @@ EOF
_version=$(cat "$_version_file" | tr -d '\r\n')
fi
if [ -z "$_version" ]; then
_version="1.0.7" # Fallback matching VERSION file
_version="0.0.0" # Fallback if VERSION missing
fi
_version_str="v$_version"
_version_len=${#_version_str}