Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit 7e759eb

Browse files
authored
Update README.md
1 parent b1394a5 commit 7e759eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Serving a branch version to a group of users with a POC can contribute ideas for
1414
2. A bug is reported - use branch versions to inspect, and before deploying the fix, assign the branch version to a user/PM/QA to verify the fix.
1515
Only then, you update your tests, submit a PR and merge to master.
1616

17-
3. Easy rollback - A critical bug was deployed, requiring a fast rollback. Now, thanks to branch versions, we're storing every version created by every branch, including master branch, which allows you to easily transition all of your users to a specific version in a matter of seconds.
17+
3. Easy rollback - A critical bug was deployed, requiring a fast rollback. Now, thanks to branch versions, every version is stored and created per branch, including master branch. this enables us to switch all of the traffic to a specific version instantly.
1818

1919
(TBH - Scenario 3 never happened. avg. 90% unit tests coverage and branch versions)
2020

0 commit comments

Comments
 (0)