Skip to content

Commit 2b11c6b

Browse files
committed
dropped stability argument
1 parent b482e4c commit 2b11c6b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/release.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
throw new \InvalidArgumentException('You must provide version.');
1616
}
1717

18-
if (!isset($argv[2])) {
19-
throw new Exception('You must provide stability status (alpha/beta/stable).');
20-
}
21-
22-
$stability = $argv[2];
23-
2418
$filesystem = new sfFilesystem();
2519

2620
$version = $argv[1];

0 commit comments

Comments
 (0)