bug-gnulib
[Top][All Lists]
Advanced

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

Re: Pushing tags in README-release


From: Jim Meyering
Subject: Re: Pushing tags in README-release
Date: Tue, 20 Mar 2012 20:55:16 +0100

Reuben Thomas wrote:
> Unless I'm missing something, there's nothing that does "git push
> --tags" in README-release. Is that right? If so, I'll provide a patch.

You don't want to push all tags.
This pushes the just-created tag:

* Push the NEWS-updating changes and the new tag:

    v=$(cat .prev-version)
    git push origin master tag v$v



reply via email to

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