From bfb52b92d1a5f135b1fd6c7247e21f809a5f3961 Mon Sep 17 00:00:00 2001 From: "Geoffrey.C" Date: Tue, 7 Mar 2023 10:17:20 +0800 Subject: [PATCH] chore: improve action.yml information --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index c6c3243..1faed9b 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,9 @@ inputs: working_directory: required: false description: 'Specify another working directory for semantic release. Default one is provided by github.' + tag_format: + required: false + description: 'The default tag format on semantic-release is v{version}. You can override that behavior using this option.' outputs: new_release_published: description: 'Whether a new release was published'