Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The commitplease hook is not working #4735

Open
zerustech opened this issue Jun 19, 2020 · 0 comments · May be fixed by #4737
Open

The commitplease hook is not working #4735

zerustech opened this issue Jun 19, 2020 · 0 comments · May be fixed by #4737

Comments

@zerustech
Copy link

@zerustech zerustech commented Jun 19, 2020

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

beatrizrezener added a commit to beatrizrezener/jquery that referenced this issue Jun 24, 2020
Fixes jquerygh-4735

Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
@beatrizrezener beatrizrezener linked a pull request that will close this issue Jun 24, 2020
1 of 4 tasks complete
beatrizrezener added a commit to beatrizrezener/jquery that referenced this issue Jun 24, 2020
Fixes jquerygh-4735

Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.