diff --git a/build/patchtester/release.php b/build/patchtester/release.php index bf96438..4ee2b8f 100755 --- a/build/patchtester/release.php +++ b/build/patchtester/release.php @@ -116,7 +116,13 @@ if (!isset($opts['exclude-manifest'])) $fileContents = preg_replace('#[^<]*#', 'https://github.com/joomla-extensions/patchtester/releases/tag/' . $version['release'] . '', $fileContents); $fileContents = preg_replace('#[^<]*#', 'https://github.com/joomla-extensions/patchtester/releases/download/' . $version['release'] . '/com_patchtester.zip', $fileContents); file_put_contents($rootPath . $updateServerFile, $fileContents); + + echo '*************' . PHP_EOL; + echo '* IMPORTANT *' . PHP_EOL; + echo '*************' . PHP_EOL; + echo '' . PHP_EOL; + echo 'Ensure you regenerate the SHA384 package hash before publishing the updated manifest!!!' . PHP_EOL; } } -echo 'Version bump complete!' . PHP_EOL; +echo 'Version bump complete!' . PHP_EOL . PHP_EOL;