Re: [cairo-commit] RELEASING
Chris Wilson <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 16, 2014 at 11:42:52AM -0700, Bryce Harrington wrote: > RELEASING | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > New commits: > commit 9102c0b0af808e52908e4f03bd9db479339c7b7e > Author: Bryce Harrington <[email protected]> > Date: Thu Oct 16 11:41:40 2014 -0700 > > RELEASING: Update tags push command > > I couldn't get the documented command to do diddly. Running > `git push --tags` achieved what I think was intended. > > diff --git a/RELEASING b/RELEASING > index 60e3e9e..235a902 100644 > --- a/RELEASING > +++ b/RELEASING > @@ -113,7 +113,7 @@ Here are the steps to follow to create a new cairo release: > 8) Push the newly created tag out to the central tree with a command > something like: > > - git push cairo X.Y.Z > + git push --tags Nope, you really really want to be explicit in which tags you push. The command is "git push <upstream identifier> <tag>" What I tend to use is "git push upstream master <tag>" to push the final release commits and the actual tag at the same time. -Chris -- Chris Wilson, Intel Open Source Technology Centre -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo