Update release script
This commit is contained in:
parent
1e7985c1c9
commit
553ed44ea5
@ -4,5 +4,5 @@ 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
|
||||
git push gitlab --tags
|
||||
git push origin main
|
||||
git push origin --tags
|
||||
git push gitea main
|
||||
git push gitea --tags
|
||||
|
Loading…
Reference in New Issue
Block a user