Skip to content

Commit

Permalink
Create release-commit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 16, 2024
1 parent f55919d commit 4bc015d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release-commit.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

require __DIR__.DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
webfiori\framework\App::initFrameworkVersionInfo();
echo "Creating Commit...\n";
exec('git commit --allow-empty -m "chore: release '.WF_VERSION.'" -m "Release-As: '.WF_VERSION.'"');
echo 'Commit Created.';

0 comments on commit 4bc015d

Please sign in to comment.