From 5a9542bc650bcfe5b442d48f372c58eb77da02f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Wed, 7 Sep 2022 12:35:40 +0200 Subject: [PATCH] docs: fix missing text in readme (#66) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a69357..3246e09 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ On a CI system that runs on submitted PRs, we determine what commits to include But what if we want to set up a continuous deployment system that, as changes get pushed to `master`, builds and deploys - +only the affected projects? What are the `FROM` and `TO` commits in that case? Conceptually, what we want is to use the absolute latest commit on the `master` branch as the HEAD, and the previous _successful_ commit on the `master` as the BASE. Note, we want the previous _successful_ one because it is still possible for commits on the `master` branch to fail for a variety of reasons.