close
Skip to content

The commitplease hook is not working #4735

@zerustech

Description

@zerustech

The commitplease hook in husky is not working:

 "husky": {                                                                                                             
    "hooks": {                                                                                                           
      "commit-msg": "node node_modules/commitplease",                                                                  
      ...                                                                  
    }                                                                                                                    
  }

Should change to something like this:

 "husky": {                                                                                                             
    "hooks": {                                                                                                           
      "commit-msg": "commitplease .git/COMMIT_EDITMSG",                                                                  
      ...                                                                  
    }                                                                                                                    
  }

Link to test case

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions