Skip to content

Commit e97b750

Browse files
authored
Merge branch 'blead' into use-SvVSTRING-in-Dumper
2 parents 7d98cbe + 3862d0f commit e97b750

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Porting/release_managers_guide.pod

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,17 @@ Andreas' email address at:
177177

178178
=head3 GitHub access
179179

180-
You will need a working C<git> installation, checkout of the perl
181-
git repository and perl commit bit. For information about working
182-
with perl and git, see L<perlgit>.
183-
184-
If you are not yet a perl committer, you won't be able to make a
185-
release. You will need to have a GitHub account (if you don't have one)
186-
and contact the Steering Council with your username to get membership in the
187-
L<< Perl-Releasers|https://github.com/orgs/Perl/teams/perl-releasers >> team.
180+
You will need a working C<git> installation and a checkout of the perl
181+
git repository. For information about working with perl and git, see
182+
L<perlgit>.
183+
184+
You will also need a L<GitHub account|https://github.com/>, a perl commit bit
185+
and be a member of the L<Perl
186+
Releasers|https://github.com/orgs/Perl/teams/perl-releasers> team. If you are
187+
not yet a perl committer, you won't be able to commit changes to the main
188+
repository; if you are not in Perl Releasers, you won't be able to push new
189+
version tags. Contact the Steering Council with your GitHub username to be
190+
added to the Perl Releasers team.
188191

189192
=head3 Web-based file share
190193

@@ -1604,7 +1607,7 @@ about blead's current version.
16041607
Commit and push your changes.
16051608

16061609
$ git add -u
1607-
$ git commit -m "Prepare Module::Corelist for 5.X.Y"
1610+
$ git commit -m "Prepare Module::Corelist"
16081611
$ git push origin
16091612

16101613
=back

0 commit comments

Comments
 (0)