<p>Joshua Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8368">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">releaser.sh: Update script to account for new README.md format<br><br>When the new README.md format was accepted in Asterisk this file was not<br>updated to create the appropriate link to the new README.md file type.<br>This patch makes it so the correct link is now made.<br><br>Note, this will now create an improper link to any branch still using the old<br>README type. That should currently only be stuff on the 14 branch. Since that is<br>the only one, when a release is done on that branch and this script is run then<br>the README link needs to be updated manually for that branch. Once we are done<br>supporting that branch in a few months we won't have to worry about it anymore.<br><br>Change-Id: I60a2605360ae7f0fda6186508aebfd2f9d69a1a1<br>---<br>M releaser.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/releaser.sh b/releaser.sh<br>index f740446..b5f25d4 100755<br>--- a/releaser.sh<br>+++ b/releaser.sh<br>@@ -68,7 +68,7 @@<br>    ln -s releases/$1-$2.md5 ./$1-$3.md5<br>  ln -s releases/$1-$2-patch.tar.gz ./$1-$3-patch.tar.gz<br>        ln -s releases/$1-$2-patch.tar.gz.asc ./$1-$3-patch.tar.gz.asc<br>-       ln -s releases/README-$2 ./README-$3<br>+ ln -s releases/README-$2.md ./README-$3.md<br>    ln -s releases/ChangeLog-$2 ./ChangeLog-$3<br>    ln -s releases/$1-$2-summary.html ./$1-$3-summary.html<br>        ln -s releases/$1-$2-summary.txt ./$1-$3-summary.txt<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8368">change 8368</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8368"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: repotools </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I60a2605360ae7f0fda6186508aebfd2f9d69a1a1 </div>
<div style="display:none"> Gerrit-Change-Number: 8368 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Richard Mudgett <rmudgett@digium.com> </div>