From 82cfc8c39440c4ee73579cfc3424cbdfc17a4be9 Mon Sep 17 00:00:00 2001 From: Shaun Cutts Date: Mon, 7 Feb 2022 00:12:57 -0500 Subject: [PATCH] docs: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87eab25..f7708a7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ poetry run pre-commit install && poetry run pre-commit install ----hook-type com poetry run pytest ``` -This repository uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/) via [python-semantic-release](https://github.com/relekang/python-semantic-release/blob/master/docs/automatic-releases/github-actions.rst). A high major version number **is not** be a sign of maturity. This documentation will be updated when the repo does anything useful. +This repository uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/) via [python-semantic-release](https://github.com/relekang/python-semantic-release/blob/master/docs/automatic-releases/github-actions.rst). A high major version number **is not** a sign of maturity. This documentation will be updated when the repo does anything useful. Commit messages use the [commitizen angular style](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-format), which is enforced in the pre-commit hook and the repo CI.