diff --git a/scripts/release.sh b/scripts/release.sh index 435ff3e..6825e43 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,5 +1,6 @@ #!/bin/bash +git pull --rebase last_patch=$(git tag | sort -V | tail -n1 | cut -d "." -f3) git tag "1.0.$((last_patch + 1))" git push gitlab main -o ci.skip