From 256ef5e2294bde9d6075c8ead8303702a169b874 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 22 Mar 2025 05:58:36 +0100 Subject: [PATCH] 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.) --- Porting/release_managers_guide.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index a52c43334b72..e5946000a056 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -973,7 +973,7 @@ Then delete the temporary installation. Create the I tag identifying this release (e.g.): - $ git tag v5.11.0 -m 'First release of the v5.11 series!' + $ git tag v5.21.4 -m 'Perl 5.21.4' It is B important that from this point forward, you not push your git changes to the Perl master repository. If anything goes @@ -988,8 +988,9 @@ Verify that your tag is annotated: The output must look similar to the following: tag v5.X.Y - Tagger: Jesse Vincent - Date: Fri Oct 2 16:29:56 2009 -0400 + Tagger: Steve Hay + Date: 2014-09-20 11:09:51 +0100 + ... =head3 Build the tarball