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 f55919d commit 4bc015dCopy full SHA for 4bc015d
release-commit.php
@@ -0,0 +1,7 @@
1
+<?php
2
+
3
+require __DIR__.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
4
+webfiori\framework\App::initFrameworkVersionInfo();
5
+echo "Creating Commit...\n";
6
+exec('git commit --allow-empty -m "chore: release '.WF_VERSION.'" -m "Release-As: '.WF_VERSION.'"');
7
+echo 'Commit Created.';
0 commit comments