We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93560fc commit 6c7fd0aCopy full SHA for 6c7fd0a
RoboFile.php
@@ -20,7 +20,7 @@ public function release()
20
21
$this->docs();
22
23
- $this->taskGit()
+ $this->taskGitStack()
24
->add('CHANGELOG.md')
25
->commit('updated')
26
->push()
@@ -70,7 +70,7 @@ public function test()
70
{
71
$res = $this->taskCodecept()->run();
72
if (!$res) {
73
- $this->say('Tests didnt pass, release declined');
+ $this->say('Tests did not pass, release declined');
74
exit;
75
}
76
VERSION
@@ -1 +1 @@
1
-0.5.0-pre
+0.5.0-beta
0 commit comments