From 227b80e4620caef87bac034c870d727af17c6993 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 23 Aug 2022 07:29:04 -0700 Subject: [PATCH] chore: restore monorepo-tags default (#585) Signed-off-by: Jeff Ching Signed-off-by: Jeff Ching --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 690d661..0a8ae0b 100644 --- a/action.yml +++ b/action.yml @@ -87,6 +87,7 @@ inputs: monorepo-tags: description: 'add prefix to tags and branches, allowing multiple libraries to be released from the same repository' required: false + default: false pull-request-title-pattern: description: 'add title pattern to make release PR, defaults to using "chore${scope}: release${component} ${version}"' required: false