diff --git a/scripts/version.sh b/scripts/version.sh index 217d22f..f82bd71 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -94,5 +94,6 @@ git commit -m "release: v$VERSION_NEXT" # Create git tag for new version # ================================== -# Create a tag at master branch -git tag "v$VERSION_NEXT" master \ No newline at end of file +# Create a tag and push to master branch +git tag "v$VERSION_NEXT" master +git push origin master --follow-tags