build: push version
This commit is contained in:
parent
7f79cc0708
commit
5c1ffb5636
1 changed files with 3 additions and 2 deletions
|
@ -94,5 +94,6 @@ git commit -m "release: v$VERSION_NEXT"
|
||||||
# Create git tag for new version
|
# Create git tag for new version
|
||||||
# ==================================
|
# ==================================
|
||||||
|
|
||||||
# Create a tag at master branch
|
# Create a tag and push to master branch
|
||||||
git tag "v$VERSION_NEXT" master
|
git tag "v$VERSION_NEXT" master
|
||||||
|
git push origin master --follow-tags
|
||||||
|
|
Loading…
Reference in a new issue