Skip to content
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
12 changes: 6 additions & 6 deletions Porting/release_managers_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,12 @@ At this point you may want to compare the commit with a previous bump to
see if they look similar. See commit ba03bc34a4 for an example of a
previous version bump.

=head3 Push commits

Finally, push any commits done above.

$ git push origin ....

=for checklist skip BLEAD-POINT RC MAINT

=head3 Bump the feature bundles
Expand Down Expand Up @@ -1502,12 +1508,6 @@ update its exceptions database.

=back

=head3 Push commits

Finally, push any commits done above.

$ git push origin ....

=for checklist skip BLEAD-POINT MAINT RC

=head3 Create maint branch
Expand Down
Loading