示例#1
0
 protected function commitMessage()
 {
     $msg[] = "Update composer.json ({$this->name})";
     $msg[] = '';
     $msg[] = 'Reference: http://cgit.drupalcode.org/drupal/commit/?id=' . $this->reference->getCommitHash();
     return implode("\n", $msg);
 }
 /**
  * @return string
  */
 public function SHA()
 {
     return htmlentities($this->tag->getCommitHash());
 }