diff --git a/local/powershell/OpinionatedCommitMessage.ps1 b/local/powershell/OpinionatedCommitMessage.ps1 index 53b20a7..5dc6beb 100644 --- a/local/powershell/OpinionatedCommitMessage.ps1 +++ b/local/powershell/OpinionatedCommitMessage.ps1 @@ -195,12 +195,14 @@ $frequentVerbs = @( 'conclude', 'concur', 'conduct', +'configure', 'confirm', 'confront', 'connect', 'connote', 'consider', 'consist', +'consolidate', 'constitute', 'construct', 'consume', @@ -406,6 +408,7 @@ $frequentVerbs = @( 'injure', 'inline', 'insist', +'install', 'intend', 'intercept', 'internalize', @@ -509,6 +512,7 @@ $frequentVerbs = @( 'permit', 'persuade', 'pick', +'pin', 'place', 'plan', 'play', @@ -554,6 +558,7 @@ $frequentVerbs = @( 'randomize', 're-define', 're-do', +'re-instate', 'reach', 'read', 'realise', @@ -581,6 +586,7 @@ $frequentVerbs = @( 'refuse', 'regard', 'register', +'reinstate', 'reject', 'relate', 'relax', diff --git a/src/mostFrequentEnglishVerbs.ts b/src/mostFrequentEnglishVerbs.ts index a998454..4ec16f4 100644 --- a/src/mostFrequentEnglishVerbs.ts +++ b/src/mostFrequentEnglishVerbs.ts @@ -725,5 +725,11 @@ export const SET = new Set([ 'in-line', 'inline', 'redo', - 're-do' + 're-do', + 'consolidate', + 'install', + 'configure', + 're-instate', + 'reinstate', + 'pin' ]);