Skip to content

Commit

Permalink
Fixing blt:release push to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Apr 11, 2017
1 parent 8143322 commit 457a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Commands/BltReleaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected function createGitHubRelease(
'tag_name' => $tag,
'name' => $tag,
'target_commitish' => '8.x-release',
'body' => $this->trimStartingLines($tag_release_notes, 3),
'body' => StringManipulator::trimStartingLines($tag_release_notes, 3),
'draft' => TRUE,
'prerelease' => TRUE,
];
Expand Down

0 comments on commit 457a220

Please sign in to comment.