Fix major version bump

This commit is contained in:
Jeremy Tuloup 2021-01-19 11:32:19 +01:00
parent 0b5c9933ce
commit 23f6a4e6e2

View File

@ -61,7 +61,7 @@ commander
utils.run(`bumpversion ${spec}`); utils.run(`bumpversion ${spec}`);
// Run the post-bump script. // Run the post-bump script.
utils.postbump(); postbump();
return; return;
} }