From d393e547d07492c83f4e35f6d0091a0b0e6089a6 Mon Sep 17 00:00:00 2001 From: Paul Ebose Date: Mon, 1 Jul 2024 05:01:18 +0100 Subject: [PATCH] add link to action versioning recommendation --- script/release | 1 + 1 file changed, 1 insertion(+) diff --git a/script/release b/script/release index 9386563..21cde4a 100755 --- a/script/release +++ b/script/release @@ -10,6 +10,7 @@ set -e # release tags to allow users to select a specific version of the action to use. # # See: https://github.com/actions/typescript-action#publishing-a-new-release +# See: https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations # # This script will do the following: #