This commit is contained in:
Michal Bureš 2019-11-20 13:50:15 +01:00
parent 0bda515c14
commit 202e9b2f2b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Toolkit.run(async tools => {
const pkg = tools.getPackageJSON()
const event = tools.context.payload
console.log('info', tools.context)
const messages = event.commits.map(commit => commit.message + '\n' + commit.body)
const commitMessage = 'version bump to'