Skip to content

The commitplease hook is not working #4735

Closed
@zerustech

Description

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

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions