Skip to content

Commit b4197a8

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class RoboFile extends Tasks
1212
{
1313
public function release(ConsoleIO $io, $opt = [
14-
'branch|p' => 'main',
14+
'branch|b' => 'main',
1515
'what|w' => 'patch'
1616
]): void
1717
{

0 commit comments

Comments
 (0)