Skip to content

Commit e5ef137

Browse files
committed
Porting/release_managers_guide.pod: use more neutral tag message
The tag message is just an example, but most releases aren't .0 versions, so "first release!" doesn't generalize well for release engineers looking for guidance. (Also, update the sample output to match the new tag example.)
1 parent f81d6dc commit e5ef137

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Porting/release_managers_guide.pod

+4-3
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ Then delete the temporary installation.
973973

974974
Create the I<annotated> tag identifying this release (e.g.):
975975

976-
$ git tag v5.11.0 -m 'First release of the v5.11 series!'
976+
$ git tag v5.21.4 -m 'Perl 5.21.4'
977977

978978
It is B<VERY> important that from this point forward, you not push
979979
your git changes to the Perl master repository. If anything goes
@@ -988,8 +988,9 @@ Verify that your tag is annotated:
988988
The output must look similar to the following:
989989

990990
tag v5.X.Y
991-
Tagger: Jesse Vincent <[email protected]>
992-
Date: Fri Oct 2 16:29:56 2009 -0400
991+
Tagger: Steve Hay <[email protected]>
992+
Date: 2014-09-20 11:09:51 +0100
993+
...
993994

994995
=head3 Build the tarball
995996

0 commit comments

Comments
 (0)