Skip to content

Commit e149e76

Browse files
committed
Tweak Robo::release options
1 parent 0c0e41c commit e149e76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RoboFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
class RoboFile extends Tasks
1212
{
1313
public function release(ConsoleIO $io, $opt = [
14-
'branch' => 'main',
15-
'what' => 'patch'
14+
'branch|p' => 'main',
15+
'what|w' => 'patch'
1616
]): void
1717
{
1818
$result = $this->taskSemVer()

0 commit comments

Comments
 (0)