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',