// Help text to explain when to use patch vs minor vs major releases.
$msg='<strong>'.t('Information about branches and tags').'</strong>';
$msg.='<p>'.t('Your release needs to have a tag or branch that follows the <a href="http://drupal.org/node/1015226">naming conventions</a>.').'</p>';
$msg.='<p>'.t('For more information, see <a href="http://drupal.org/node/1066342">Creating a Tag or Branch in Git</a> or the <a href="@git_instructions_url">Git instructions</a> page for your project.',['@git_instructions_url'=>url('node/'.$project->nid.'/git-instructions')]).'</p>';