We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ecfa2e + 93a8ca9 commit 08a0121Copy full SHA for 08a0121
lib/lifecycles/commit.js
@@ -46,7 +46,7 @@ async function execCommit (args, newVersion) {
46
checkpoint(args, msg, paths)
47
48
// nothing to do, exit without commit anything
49
- if (args.skip.changelog && args.skip.bump && toAdd.length === 0) {
+ if (!args.commitAll && args.skip.changelog && args.skip.bump && toAdd.length === 0) {
50
return
51
}
52
0 commit comments