Skip to content

Commit

Permalink
docs: fix missing text in readme (nrwl#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Sep 7, 2022
1 parent 5de4e02 commit 5a9542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5a9542b

Please sign in to comment.