@@ -177,14 +177,17 @@ Andreas' email address at:
177
177
178
178
=head3 GitHub access
179
179
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.
188
191
189
192
=head3 Web-based file share
190
193
@@ -1604,7 +1607,7 @@ about blead's current version.
1604
1607
Commit and push your changes.
1605
1608
1606
1609
$ git add -u
1607
- $ git commit -m "Prepare Module::Corelist for 5.X.Y "
1610
+ $ git commit -m "Prepare Module::Corelist"
1608
1611
$ git push origin
1609
1612
1610
1613
=back
0 commit comments