Skip to content

Commit

Permalink
add pre-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Jul 3, 2019
1 parent 73a4403 commit e049b0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .hubkit/pre-release.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

declare(strict_types=1);

use Psr\Container\ContainerInterface as Container;
use Rollerworks\Component\Version\Version;

return function (Container $container, Version $version, string $branch, ?string $releaseTitle, string $changelog) {
$container->get('logger')->info('IT CAME FROM THE DEEP!');
};

0 comments on commit e049b0a

Please sign in to comment.