Skip to content

Commit c1768da

Browse files
thibaultduponchellekhwilliamson
authored andcommitted
RMG: Better git tag with replaced version number
1 parent 8f63201 commit c1768da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Porting/release_managers_guide.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,9 +980,9 @@ Then delete the temporary installation.
980980

981981
=head3 Create the release tag
982982

983-
Create the I<annotated> tag identifying this release (e.g.):
983+
Create the I<annotated> tag identifying this release:
984984

985-
$ git tag v5.21.4 -m 'Perl 5.21.4'
985+
$ git tag v5.X.Y -m 'Perl 5.X.Y'
986986

987987
It is B<VERY> important that from this point forward, you not push
988988
your git changes to the Perl master repository. If anything goes

0 commit comments

Comments
 (0)