fix: Test release

releases/v3
Tycho Bokdam 2019-10-18 10:38:06 +02:00
parent c47139231d
commit 9d10bb22ad
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
2 changed files with 2 additions and 1 deletions

View File

@ -18,5 +18,5 @@ inputs:
preset: preset:
description: 'The preset from Conventional Changelog to use' description: 'The preset from Conventional Changelog to use'
default: 'preset' default: 'angular'
required: false required: false

View File

@ -15,6 +15,7 @@ async function run() {
// Make the Github token secret // Make the Github token secret
core.setSecret(githubToken) core.setSecret(githubToken)
core.info(`Using "${preset}" preset`)
// conventionalChangelog({ // conventionalChangelog({
// preset: 'angular', // preset: 'angular',