From df9a35580f26de56d97c703c0505929f31b4693b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 8 Apr 2022 12:13:14 +0200 Subject: [PATCH] - include open is disabled by default --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 93abcc9..2b82f1b 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,7 @@ inputs: description: 'Defines the newly tag created' includeOpen: description: 'Defines if the changelog should include open PRs' + default: "false" ignorePreReleases: description: 'Defines if the action will only use full releases to compare against (Only used if fromTag is not defined). E.g. for 1.0.1... 1.0.0-rc02 <- ignore, 1.0.0 <- pick' default: "false"