Skip to content

Commit

Permalink
Updates to 2.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 14, 2022
1 parent 178f1a0 commit 093ef68
Show file tree
Hide file tree
Showing 443 changed files with 92,123 additions and 35,527 deletions.
23 changes: 23 additions & 0 deletions .github/scripts/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,26 @@ function run( $command, &$result_code = null ) {
);

line( '::endgroup::' );

/**
* Git commit.
*
* @link https://git-scm.com/docs/git-commit
*/
run( 'git add --all' );

run(
sprintf(
'git commit --all -m %s',
escapeshellarg(
sprintf(
'Updates to %s',
$version
)
)
)
);

run( 'gh auth status' );

run( 'git push origin main' );
463 changes: 463 additions & 0 deletions change_log.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 093ef68

Please sign in to comment.