Skip to content

Commit

Permalink
docs(contributing): add mention about commitizen and cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Jul 1, 2024
1 parent 1962b4e commit b9292ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ To see how to run the tests, please see [Project Setup](project-setup.md).

While creating commits please refer to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification).

You can use [commitizen](https://github.com/commitizen/cz-cli) to create commits.

```bash
nr commit
```

## Merging the Pull Request & releasing a new version

Releases are automated using semantic-release.
Expand Down

0 comments on commit b9292ac

Please sign in to comment.