Skip to content

Commit

Permalink
Add missing space in command
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 2, 2016
1 parent f568db2 commit 8099135
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 @@ -264,7 +264,7 @@ If there are any problems, fix them and go back to step 11.

Tag the release by its release month ("YYYY.MM") and its code name.

$ git tag -u <email> -s -a -m"tag release #nnn" YYYY.MM # e.g., 2013.08
$ git tag -u <email> -s -a -m "tag release #nnn" YYYY.MM # e.g., 2013.08
$ git push --tags

The C<-s> tells git to sign the release with your PGP/GPG key, so it will
Expand Down

0 comments on commit 8099135

Please sign in to comment.