getUnprefixedSubject() public method

Returns commit message subject without prefix set in constant VERSIONPRESS_COMMIT_MESSAGE_PREFIX
public getUnprefixedSubject ( ) : string
return string
コード例 #1
0
 public function getChangeDescription()
 {
     return $this->commitMessage->getUnprefixedSubject();
 }