Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include .bumpversion.cfg
include README.rst
include LICENSE
include commitizen/cz/*.txt
global-exclude *.py[cod] __pycache__ *.so *.dylib
188 changes: 0 additions & 188 deletions README.rst

This file was deleted.

File renamed without changes.
12 changes: 7 additions & 5 deletions docs/check.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ python -m pip install pre-commit
* Step 2: Create `.pre-commit-config.yaml` at your root directory with the following content

```yaml
- repo: https://github.com/Woile/commitizen
rev: master
stages: [commit-msg]
hooks:
- id: commitizen
---
repos:
- repo: https://github.com/Woile/commitizen
rev: v1.16.2
hooks:
- id: commitizen
stages: [commit-msg]
```

* Step 3: Install the configuration into git hook through `pre-commit`
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repo_url: https://github.com/Woile/commitizen
edit_uri: ""

nav:
- Introduction: 'index.md'
- Introduction: 'README.md'
- Configuration: 'config.md'
- Commands:
- Bump: 'bump.md'
Expand All @@ -26,4 +26,4 @@ markdown_extensions:
guess_lang: false
- admonition
- codehilite
- extra
- extra
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ description = "Python commitizen client tool"
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
license = "MIT"
keywords = ["commitizen", "conventional", "commits", "git"]
readme = "README.rst"
readme = "docs/README.md"
homepage = "https://github.com/woile/commitizen"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down