Skip to content

Commit

Permalink
fix: improve error text
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Nov 16, 2018
1 parent 8e06659 commit 821600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shell/sh-is-release-branch-creation-allowed.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = function (dep) {
if (!isPatchAllowed) {
const msg = `
It's not allowed to create a patch version based on ${argv.baseTag}
Please first execute 'npx @daraff/create-bump-pr' to bump the version on master
Please first execute 'npx @daraff/create-bump-pr@latest' to bump the version on master
`
return reject(new Error(msg))
}
Expand Down

0 comments on commit 821600f

Please sign in to comment.