bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] maint: add missing "post-release push" step to release proce


From: Jim Meyering
Subject: Re: [PATCH] maint: add missing "post-release push" step to release procedure
Date: Thu, 14 Jan 2010 14:25:35 +0100

Eric Blake wrote:
> According to Jim Meyering on 1/14/2010 3:45 AM:
>> * README-release: Push the automated release and post-release
>> NEWS-updating commits.
>> Pádraig Brady reported that I'd pushed the tag without also
>> pushing the commit it referred to.
>
> Pushing a tag DOES push the commit it refers to, it just doesn't update
> the HEAD branch.

I misstated.  He actually reported that the usual
post-release NEWS update had not been pushed.

>> -* Push the new tag:
>> +* Push the NEWS-updating changes and the new tag:
>>
>> +    git push origin
>>      v=$(cat .prev-version)
>>      git push origin tag v$v
>
> This can also be done in one step with:
>
> v=$(cat .prev-version)
> git push origin master tag v$v

Good idea.  You're welcome to adjust.
Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]