Skip to content

Commit

Permalink
Fix "git push --tags" in docs/release_guide.pod .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 21, 2009
1 parent c4fa3ba commit 79d0b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Tag the release by its release month ("MMMM-YY") and its code name.

$ git tag -a -m"tag release #nn" MMMM-YY # e.g., 2009-04
$ git tag -a -m"tag release #nn" CODENAME # e.g., "Bratislava"
$ git push
$ git push --tags

=item 12.

Expand Down

0 comments on commit 79d0b9a

Please sign in to comment.