From c6cc8b722f5e5981b9ca510c4db30208cac571e1 Mon Sep 17 00:00:00 2001 From: Corey Butler <770982+coreybutler@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:20:18 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7671f3e..d207ece 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ graph LR e[Detect/Extract
Semantic Version] e-->c[Compare
to Existing Tags] c-->d{Newer?} - d.->|No|Done - d.->|Yes|p[Create Tag] + d-.->|No|done[Done] + d-.->|Yes|p[Create Tag] ``` There are several "detection strategies" to choose from: