*: Code that implements new features or non-urgent bug fixes, aka code targeted for v8.7, should go into the *master* branch.
 
-*: Urgent bug fixes to the development series release candidate may go into *V8_7_4-branch, but only with permission of the wrangler*. They should then be merged into *master*. {linebreak} V8_7_4-branch is *frozen* with the exception of documentation commits, and requests to commit to this branch will probably be denied.
+*: {strike}Urgent bug fixes to the development series release candidate may go into *V8_7_5-branch, but only with permission of the wrangler*. They should then be merged into *master*. {linebreak} V8_7_5-branch is *frozen* with the exception of documentation commits, and requests to commit to this branch will probably be denied.{endstrike}
 
 _ALL COMMITS TO A STABLE BRANCH {wiki: PerformingCodeReviews MUST BE CODE REVIEWED}_ - the ticket should show who did the code review.
 
-*: Urgent bug fixes to the stable series release candidate may go into the *V8_6_7-branch, but only with permission of the wrangler*. {linebreak}*V8_6_7-branch* is *frozen* with the exception of documentation commits, and requests to commit to this branch will probably be denied. Approved changes should then be merged into
-*:: *V8_7_4-branch
+*: {strike}Urgent bug fixes to the stable series release candidate may go into the *V8_6_8-branch, but only with permission of the wrangler*. {linebreak}*V8_6_8-branch* is *frozen* with the exception of documentation commits, and requests to commit to this branch will probably be denied. The wrangler or release manager will perform merges from release branches to
+*:: *V8_7_5-branch
 *:: *master*, as above.
-{linebreak}(We _bypass_ the *V8_6-branch* whenever there is an active development series release branch.)
-
+{linebreak}(We _bypass_ the *V8_6-branch* whenever there is an active development series release branch.){endstrike}
 
 *: Less serious bug fixes to stable series go into the *V8_6-branch* Commits should then be merged into *master* as above.