Skip to content

Commit

Permalink
feature: Added optiosn to skip anayze
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-kushwaha committed May 17, 2018
1 parent f201fa6 commit 030e2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function standardVersion (argv) {

return Promise.resolve()
.then(()=>{
return analyzeCommits();
return args.skipAnalyze||analyzeCommits();
})
.then(() => {
return bump(args, pkg)
Expand Down

0 comments on commit 030e2e8

Please sign in to comment.