success if we do nothing
This commit is contained in:
parent
50e5ed244b
commit
9137a50617
2
index.js
2
index.js
|
@ -12,7 +12,7 @@ Toolkit.run(async tools => {
|
|||
const commitMessage = 'version bump to'
|
||||
const isVersionBump = messages.map(message => message.toLowerCase().includes(commitMessage)).includes(true)
|
||||
if (isVersionBump) {
|
||||
tools.exit.neutral('No _action_ necessary!')
|
||||
tools.exit.success('No action necessary!')
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue