Skip to content

Commit

Permalink
docs(README.md): Add note about commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Dec 18, 2023
1 parent 2a2e7ad commit 82f1b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ To test code, use [pytest](https://pytest.org):
pip install -e ".[test]"
pytest .
```

### Committing
This repository follows semantic-release, which means all commit messages have to follow a [style](https://python-semantic-release.readthedocs.io/en/latest/commit-parsing.html).

0 comments on commit 82f1b40

Please sign in to comment.