Skip to content

Commit 4bc015d

Browse files
committed
Create release-commit.php
1 parent f55919d commit 4bc015d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release-commit.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)