Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting/release_managers_guide.pod: use more neutral tag message #23149

Merged
merged 1 commit into from
Mar 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Porting/release_managers_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ Then delete the temporary installation.

Create the I<annotated> 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<VERY> important that from this point forward, you not push
your git changes to the Perl master repository. If anything goes
Expand All @@ -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 <[email protected]>
Date: Fri Oct 2 16:29:56 2009 -0400
Tagger: Steve Hay <[email protected]>
Date: 2014-09-20 11:09:51 +0100
...

=head3 Build the tarball

Expand Down
Loading