summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Porting/release_managers_guide.pod5
1 files changed, 1 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index c4e9ffb6a1..8b573b6195 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -603,10 +603,7 @@ I<You MUST SKIP this step for SNAPSHOT>
Tag the release (e.g.):
- $ git tag v5.11.0 -m'First release of the v5.11 series!'
-
-(Adjust the syntax appropriately if you're working on Win32, i.e. use
-C<-m "..."> rather than C<-m'...'>.)
+ $ git tag v5.11.0 -m "First release of the v5.11 series!"
It is VERY important that from this point forward, you not push
your git changes to the Perl master repository. If anything goes