pull before release
This commit is contained in:
parent
95df824a4e
commit
93a709c565
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
git pull --rebase
|
||||||
last_patch=$(git tag | sort -V | tail -n1 | cut -d "." -f3)
|
last_patch=$(git tag | sort -V | tail -n1 | cut -d "." -f3)
|
||||||
git tag "1.0.$((last_patch + 1))"
|
git tag "1.0.$((last_patch + 1))"
|
||||||
git push gitlab main -o ci.skip
|
git push gitlab main -o ci.skip
|
||||||
|
Loading…
Reference in New Issue
Block a user