diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index e7db37246950..4d83af8bdc91 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -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 @@ -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