From 59e382d57f1ae48a5585b35230693d181a3bebd7 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 30 Mar 2023 23:21:06 -0500 Subject: [PATCH 1/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ecb66f3..356b2db 100644 --- a/action.yml +++ b/action.yml @@ -59,4 +59,4 @@ outputs: description: \"yes\" or \"no\", indicating the tag represents a semantic version build. runs: using: "node16" - main: "dist/main.js" + main: "src/main.js" From 37002226366f0518a6d900824af64d0e926bb772 Mon Sep 17 00:00:00 2001 From: Corey Butler <770982+coreybutler@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:17:33 -0500 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 356b2db..2aad733 100644 --- a/action.yml +++ b/action.yml @@ -58,5 +58,5 @@ outputs: build: description: \"yes\" or \"no\", indicating the tag represents a semantic version build. runs: - using: "node16" + using: "node20" main: "src/main.js" 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 3/3] 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: