Trying to follow "Preparing a new major release" instructions

Walter Bright newshound2 at digitalmars.com
Thu Feb 7 21:26:38 PST 2013


on http://wiki.dlang.org/Development_and_Release_Process

So, I did the following commands per instructions:

#Make sure you've read "Local repository setup"
git remote update

git checkout staging
git pull upstream staging

git tag v2.062-b1 #b1=>first beta
git push upstream v2.062-b1

and they all worked successfully, but the new tag, etc., do not show up here:

https://github.com/D-Programming-Language/dmd/tree/staging


More information about the Digitalmars-d mailing list