mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update _release.php
This commit is contained in:
parent
78f8a4330a
commit
bea2dcae61
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ $version = trim(fgets(STDIN));
|
|||
if (empty($version)) {
|
||||
out("- Version cannot be empty. Please enter a valid version number", 'error');
|
||||
exit;
|
||||
} else {
|
||||
out("- Using version: $version", 'info');
|
||||
}
|
||||
|
||||
// Ask for release date or use today's date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue