<div dir="ltr"><div style><div>To: WalterBright</div><div><br></div><div>In current, the head of 'staging' branch in each repositories is misplaced and does not reflect newest beta zip content.</div><div><br></div>
<div style>To fix the problem, I opened tree pull request.</div><div style><br></div></div><a href="https://github.com/D-Programming-Language/dmd/pull/1656">https://github.com/D-Programming-Language/dmd/pull/1656</a><br><div>
<a href="https://github.com/D-Programming-Language/druntime/pull/409">https://github.com/D-Programming-Language/druntime/pull/409</a><br></div><div><a href="https://github.com/D-Programming-Language/phobos/pull/1130">https://github.com/D-Programming-Language/phobos/pull/1130</a><br>
</div><div><br></div><div style>These pulls merge master changes changes into staging branch.</div><div style>After merging, the lastest 'staging' branch points correct "v2.062-b1" tag position.</div><div style>
<br></div><div style>After merging them in github website, you should forcely re-tagging and push "v2.062-b1" tag to github remote repository.</div><div style><br></div><div style>--- commang example</div><div style>
<div># fetch all remote branches</div><div>git fetch upstream</div><div><br></div><div># Forcely re-tagging</div><div>git tag -f v2.062-b1 upstream/staging~0</div><div><br></div><div># Push tag to remote</div><div>git push upstream v2.062-b1</div>
<div>---</div><div style><div>You should do above commands at each your dmd/druntime/phobos directories.</div><div><br></div></div></div><div style>Kenji Hara</div></div>