Skip to content

Commit

Permalink
docs: mention lint:commits script
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed May 2, 2024
1 parent d2d7529 commit da7a3b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions COMMITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ feat: allow provided config object to extend other configs
feat(lang): added polish language
```

### Commit linting
Use `yarn lint:commits` to validate your commit messages compared to `$BASE_BRANCH_NAME` (default: `develop`)

### Git hook

Use this git hook to auto-check your commit messages. Save the following snippet into `.git/hooks/commit-msg`. This way, the check will run locally and can avoid some unnecessary CI runs.
Expand Down

0 comments on commit da7a3b9

Please sign in to comment.