You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/release
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -412,11 +412,12 @@ try {
412
412
cleanUpAfterRelease();
413
413
commit('chore: post-release clean up');
414
414
executeCommands('git push');
415
-
updateBranchProtection(enabled: true);
416
-
triggerSubsplit();
417
415
},
418
416
);
419
417
418
+
updateBranchProtection(enabled: true);
419
+
triggerSubsplit();
420
+
420
421
$console->success(sprintf(
421
422
'Released <em>%1$s</em>. The <href="https://github.com/tempestphp/tempest-framework/releases/tag/%1$s">GitHub release</href> will be created automatically in a few seconds.',
0 commit comments