Skip to content

Commit 6c7fd0a

Browse files
committed
version bump
1 parent 93560fc commit 6c7fd0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RoboFile.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function release()
2020

2121
$this->docs();
2222

23-
$this->taskGit()
23+
$this->taskGitStack()
2424
->add('CHANGELOG.md')
2525
->commit('updated')
2626
->push()
@@ -70,7 +70,7 @@ public function test()
7070
{
7171
$res = $this->taskCodecept()->run();
7272
if (!$res) {
73-
$this->say('Tests didnt pass, release declined');
73+
$this->say('Tests did not pass, release declined');
7474
exit;
7575
}
7676
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0-pre
1+
0.5.0-beta

0 commit comments

Comments
 (0)