From 9d10bb22adb57a2b4953272c7a938af9ab4f301b Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 10:38:06 +0200 Subject: [PATCH] fix: Test release --- action.yml | 2 +- src/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7ee0951..cc09109 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: preset: description: 'The preset from Conventional Changelog to use' - default: 'preset' + default: 'angular' required: false diff --git a/src/index.js b/src/index.js index 64af4bd..771a169 100644 --- a/src/index.js +++ b/src/index.js @@ -15,6 +15,7 @@ async function run() { // Make the Github token secret core.setSecret(githubToken) + core.info(`Using "${preset}" preset`) // conventionalChangelog({ // preset: 'angular',