We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a2f1b commit 16ab0e2Copy full SHA for 16ab0e2
release.sh
@@ -26,7 +26,8 @@ esac
26
# Constuct new tag
27
newTag=v${version[0]}.${version[1]}.${version[2]}
28
# Build all files
29
-php install.php
+php update.php
30
php build.php
31
+git commit -am "update dependencies" && git push
32
33
gh release create $newTag api.php api.include.php
0 commit comments