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: Eric Blake
Subject: Re: [PATCH] maint: add missing "post-release push" step to release procedure
Date: Thu, 14 Jan 2010 06:21:18 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

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.

> -* 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

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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