From 07e8645be0e3de51bca981a76fc8a7de16aed725 Mon Sep 17 00:00:00 2001 From: gmaggiodev Date: Tue, 6 Oct 2020 18:26:53 +0200 Subject: [PATCH] support for preId --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index abc2a2b..e1331da 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ Toolkit.run(async tools => { const event = tools.context.payload if (!event.commits) { - console.log('Couldn\'t find any commits in this event, incrementing patch/prerelease version...') + console.log('Couldn\'t find any commits in this event, incrementing patch version...') } const messages = event.commits ? event.commits.map(commit => commit.message + '\n' + commit.body) : []