Skip to content

Support noVerify when merging to avoid running pre-commit hooks.

Adds two new configuration properties:

  • noVerifyRelease
  • noVerifyHotfix

If set to true, it will set noVerify on the commits to avoid running pre-commit hooks.

(Made a new MR from a feature branch.)

Merge request reports