Skip to content

Commit

Permalink
docs: update version for pre-commit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3sh committed May 31, 2024
1 parent fd8a7ba commit 0f927bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ For more details, please refer to the Conventional Commits specification at http

```yaml
repos:
...

...
- repo: https://github.com/opensource-nepal/commitlint
rev: v1
rev: v1.0.0
hooks:
- id: commitlint
...
...
```

2. Install the `commit-msg` hook in your project repo:
Expand All @@ -60,7 +59,7 @@ For more details, please refer to the Conventional Commits specification at http

> **_NOTE:_** Installing using only `pre-commit install` will not work.

### For github-actions
### For GitHub Actions

If you have any existing workflows, add the following steps:

Expand Down

0 comments on commit 0f927bc

Please sign in to comment.