On 2/8/2013 7:58 AM, Johannes Pfau wrote:
============== For 2.062 release ===========================* For this release, merge master into staging now ("5.3 Preparing a new major release", first code block). * Delete the wrong tag: git tag -d v2.062-b1 git push upstream :refs/tags/v2.062-b1 * Create the tag with the correct commit: git checkout staging git pull upstream staging git tag v2.062-b1 #b1=>first beta git push upstream v2.062-b1
Ok, this is done.
