Skip to content

Commit

Permalink
docs: mention npm run commitlint:merge-base in the README
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fengelniederhammer committed Apr 25, 2024
1 parent 7dace89 commit 610952c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,9 @@ The last commit message can be checked with
```shell
npm run commitlint:last-commit
```

To check commit messages of a branch to the commit where it branches off from `main`, run

```shell
npm run commitlint:merge-base
```

0 comments on commit 610952c

Please sign in to comment.