From dc7d5d96932bfc9aceb9c1ca354ddbdf724e1c8a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 31 Jul 2023 01:16:02 +0100 Subject: [PATCH] daily-email: split paragraphs --- src/content/daily-email/2023-07-30.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/daily-email/2023-07-30.md b/src/content/daily-email/2023-07-30.md index 3c0c2d60..457eab20 100644 --- a/src/content/daily-email/2023-07-30.md +++ b/src/content/daily-email/2023-07-30.md @@ -19,4 +19,8 @@ That's assuming that, on this project, the changes were committed and pushed wee As well as increasing the time between deployments, it also makes them larger and riskier as they include more changes.That commit changed 106 files, added 3,453 lines and removed 17 lines, including custom module and theme changes, contrib module updates and library updates. -If the dependencies were committed and deployed first, followed by a series of small custom module and theme changes, even though it would have resulted in more deployments, each one would have been smaller and less risky as there were fewer changes and easier to debug any issues and fail forward.I recommend that everyone commits and pushes their changes at least daily and use trunk-based development so everyone's changes apply and work together and are not separated on feature branches.I recommend that they're pushed live daily, too, or as often as possible - reducing the chance of errors and getting the changes providing value for customers and clients. +If the dependencies were committed and deployed first, followed by a series of small custom module and theme changes, even though it would have resulted in more deployments, each one would have been smaller and less risky as there were fewer changes and easier to debug any issues and fail forward. + +I recommend that everyone commits and pushes their changes at least daily and use trunk-based development so everyone's changes apply and work together and are not separated on feature branches. + +I recommend that they're pushed live daily, too, or as often as possible - reducing the chance of errors and getting the changes providing value for customers and clients.