Trying to follow "Preparing a new major release" instructions

Matt Soucy msoucy at csh.rit.edu
Thu Feb 7 21:47:29 PST 2013


On 02/08/2013 12:26 AM, Walter Bright wrote:
> 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

I'm seeing the tag fine on github.
https://github.com/D-Programming-Language/dmd/tree/v2.062-b1


More information about the Digitalmars-d mailing list