pull before release

This commit is contained in:
Fabian 2023-01-19 21:37:24 +01:00
parent 95df824a4e
commit 93a709c565
1 changed files with 1 additions and 0 deletions

View File

@ -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