git-coco 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -232,6 +232,7 @@ interface CommitOptions extends BaseCommandOptions {
232
232
  withPreviousCommits: number;
233
233
  conventional: boolean;
234
234
  includeBranchName: boolean;
235
+ noVerify: boolean;
235
236
  }
236
237
  type CommitArgv = Arguments<CommitOptions>;
237
238